We redirect users to below URL on mobile phones for application authorisation:
If the user is logged in to Facebook on his/her phone, no problem, Facebook automatically redirects to oauth dialog page.
If user is not logged in, Facebook asks them to login first.
On wap site(A Nokia phone), it redirects to oauth dialog without any problem after login.
But on touch site(An iPhone), it add hastags to URL, redirects user to his/her Facebook homepage.
Even display=wap parameter on URL doesn't help on this issue.
Any ideas on how to solve this problem?
Thank you
access_tokenin the URL fragment (hash)? If so that sounds like you have somehow invoked Client-side Flow of oAuth 2.0. You can read about that here developers.facebook.com/docs/authentication – markdsievers Sep 27 '11 at 9:37display=touchfor the iPhone? – markdsievers Sep 27 '11 at 10:04