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.