I'm adding Facebook login to my iPhone app and I used an example iPhone app to test it with and I logged in to Facebook from that example app to my Facebook app and it worked. But now when I log in to Facebook via my real iPhone app, after successful login, it always redirects me to my example iPhone app. If I delete my example iPhone app it says "page cannot be displayed" after Facebook login. How do I get Facebook to redirect to my real iPhone app after login (just take me back to the iPhone app that I came from)?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
To redirect to any url after login with facebook, you can append redirect_uri param to login url : https://www.facebook.com/dialog/oauth?client_id=...&redirect_uri=... |
|||||||||
|