Skip to content

Instantly share code, notes, and snippets.

@jeffmarshall
Created December 1, 2014 19:04
Show Gist options
  • Save jeffmarshall/c914580a37b34596e3a9 to your computer and use it in GitHub Desktop.
Save jeffmarshall/c914580a37b34596e3a9 to your computer and use it in GitHub Desktop.
==> xo_auth (compile)
Compiled src/xo_auth_sup.erl
Compiling src/xo_auth_fb.erl failed:
src/xo_auth_fb.erl:27: syntax error before: 'end'
src/xo_auth_fb.erl:2: function handle_fb_req/1 undefined
src/xo_auth_fb.erl:49: Warning: function handle_fb_code/2 is unused
src/xo_auth_fb.erl:72: Warning: function create_or_update_user/5 is unused
src/xo_auth_fb.erl:87: Warning: function request_facebook_graphme_info/1 is unused
src/xo_auth_fb.erl:98: Warning: function process_facebook_graphme_response/1 is unused
src/xo_auth_fb.erl:118: Warning: function request_facebook_access_token/5 is unused
src/xo_auth_fb.erl:140: Warning: function process_facebook_access_token/1 is unused
src/xo_auth_fb.erl:158: Warning: function request_access_token_extension/3 is unused
ERROR: compile failed while processing /usr/local/lib/couchdb/erlang/lib/xo_auth: rebar_abort
make: *** [compile] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment