I am creating a facebook app. And I want to let users to login to my website using it(Using passportjs).
But to do that, I need to give callback url(my website url). But I couldn't find that field in the facebook app creating page.
Am I missing something? I have searched for it for a quite long time.
Go to your Facebook profile's Apps and Websites settings tab: https://www.facebook.com/settings?tab=applications. Click the View Removed Apps and Websites link. In the popup, click the View button to the right of the application. In the window, appeared click Send Request to trigger your callback.
Facebook Deauthorize callback is used to getting notification to the app owner when a user uninstall our app from their fan page or profile. We have an option in Facebook's advanced section of app settings named “Deauthorize Callback“.
Callback URLs are the URLs that Auth0 invokes after the authentication process. Auth0 redirects back to this URL and appends additional parameters to it, including an access code which will be exchanged for an id_token , access_token and refresh_token .
Writing as of Feb 2, 2014 I found these instructions to be current;
http://localhost:3000/auth/facebook/callback)
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With