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.

I have a web app that authenticates via Facebook app login

https://graph.facebook.com/oauth/access_token?
 client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&
 grant_type=client_credentials

that will redirect to (user is not already logged in)

https://www.facebook.com/login.php?api_key=...

How can I get facebook to redirect to the mobile login page (m.facebook.com)? It seems that Facebook does not take the user agent into account here.

share|improve this question
What value do you have in your Mobile Web Url in your app settings? – DMCS Feb 29 '12 at 18:27
I configured something like myapp.com in the app settings dialog. Are there any settings to configure the login page? – jsonrestless Mar 1 '12 at 8:44
hmmm... myapp.com doesn't render correctly for me with either a desktop nor a mobile browser. – DMCS Mar 1 '12 at 14:12
Ok, now I changed the login url to facebook.com/dialog/oauth and m.facebook.com/dialog/oauth for mobile. That solved my problem! Information on a facebook user profile can then be retrieved via graph.facebook.com/oauth/access_token. – jsonrestless Mar 2 '12 at 8:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.