-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not run the Passport-Facebook example #7
Comments
It is working fine for me. It's likely that you haven't set up properly your app on Facebook side / site :D |
Appreciate it Sergio I will give it a try Sent from my iPhone On Mar 29, 2012, at 12:28 PM, Sergio Maria Matone
|
Did @sw360cab's advice fix this issue? Facebook is rather picky about callback URLs matching your application's configuration. Once that is set up correctly, Passport-Facebook should be fully functional. I don't have any direct experience integrating Facebook's iOS SDK, although it is on my radar to investigate. If you get it working, and have any tips, please share them! |
I really think this could be closed. |
OK. |
Pls close I will try advice shortly and let you know how it goes Sent from my iPhone On Mar 31, 2012, at 3:01 PM, Jared Hanson
|
I tried replacing the appid and secret and ran it ... but when I click on login with facebook it takes me to facebook with error
after logging into Facebook it does not redirect
I also saw some URL encoding happening ... I am not sure if this needs to get turned off ...
https://www.facebook.com/dialog/oauth?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fauth%2Ffacebook%2Fcallback&client_id=40319531303xxxx&type=web_server
Is there any special configuration that needs to be done Facebook app ? or am i missing something ...
we are seriously considering using Passport-Facebook in our company... although we need to see how to fit passport because
we have authentication happening through Facebook-IOS SDK on the IOS device and all that is sent to the server is the
facebook token... are there any examples demonstrating this usecase....
The text was updated successfully, but these errors were encountered: