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 step 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?