Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jjsee/facebook-connect-plugin-par…
Browse files Browse the repository at this point in the history
…se-phonegap
  • Loading branch information
jianjye committed Sep 20, 2014
2 parents 00df644 + 5a1b3de commit 26e1d79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is a working example demonstrating how to implement Facebook login in an Ionic app with Facebook Connect Plugin, AngularJS UI Router, and Parse as the backend.

Full explanation is available here: http://www.benjamin.my/how-to-set-up-facebook-connect-plugin-and-parse-com-in-ionic-phonegap/

1 comment on commit 26e1d79

@bcbeatty
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get the following error when I press the login to facebook button: "Cannot read property 'login' of undefined" at line 115 of app.js
facebookConnectPlugin.login(['email'], fbLoginSuccess, fbLoginError);

Please sign in to comment.