Appcelerator 2.0.1 using SDK 2.0.1 GA On iOS 5.1.1
I am creating an application using Appcelerator. In my app I'll ask for users to log in with Foursquare.
I am accessing Foursquare's login page using a webView and accesing the following URL:
https://foursquare.com/oauth2/authenticate?client_id=MY_CLIENT_ID&response_type=token&redirect_uri=MY_REDIRECT_URI
However, I am noticing a different behavior in iPhones and iPads.
Here's the login screen on the iPhone:
And on the iPad:
So, my question is: Is there any way to show the "Sign in to Facebook" button on the iPhone as well?
Thanks in advance,
Jay Santos
1 Answer
You could try modifying your user agent in your request headers to match the iPad so it will show the same screen ?
Your Answer
Think you can help? Login to answer this question!