I\'m using phonegap facebook connect plugin (https://github.com/Wizcorp/phonegap-facebook-plugin) for Facebook Authentication in app. It was working till today morning. Now
Redirect url in app and Facebook app should be equal
I have solved this by using replace the redirect URL:
http://localhost/callback
For more info visit: http://ngcordova.com/docs/plugins/oauth/
I got the solution, Please cross check your domain name on Facebook APP. My domain name was changes so It was not working, once I have make it correct Its working fine now.
I had the exact same problem which popped up last few days or so. I fixed it by generating the respective platforms in the app's settings. Note that I only had the general settings before and it worked, but something probably been changed recently.
good luck!
well, in my case i have not made the app public . go to app review part of your app and turn "Make your app public?" to yes . try it worked for me
All my research efforts lead me to this thread. What did the trick in my case was adding this:
https://www.facebook.com/connect/login_success.html
to the Valid OAuth redirect URIs in the facebook login settings.