Facebook Graph Api doesn't redirect to my callback
Posted
by Pentium10
on Stack Overflow
See other posts from Stack Overflow
or by Pentium10
Published on 2010-04-27T08:58:25Z
Indexed on
2010/04/27
9:03 UTC
Read the original article
Hit count: 745
I am following the steps to do the authorization as described here, but I am not redirected to my callback url.
I get the following five steps after calling the first one:
- https://graph.facebook.com/oauth/authorize?display=touch&client_id=...&redirect_uri=...
- http://touch.facebook.com/?w2m
- http://touch.facebook.com/login.php?next=http://touch.facebook.com/?w2m&cancel=http://touch.facebook.com/?w2m&fbconnect=0&r39c26cf0&refid=108
As you see the 5th steps just displays the login screen. If I log in, or I am already logged in I am presented with the home page.
I use my application key, and the connect url of the app I've setup in FB Developers page.
What I am doing wrong, why I am not redirected to my url?
© Stack Overflow or respective owner