I am having trouble logging into facebook from a specific device using a username and password.
I get the error:
[10:12:25] iPhone mc_mobile_tunnel[1672] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down. <Warning>: Error: HTTP status code: 400 <Warning>: Error: HTTP status code: 400 <Warning>: [INFO] [Login Pressed] <Warning>: [INFO] The operation couldn’t be completed. (com.facebook.sdk error 5.)
My permissions are set to the following:
//set permissions for graph api var permissions = ['user_friends', 'user_interests', 'user_birthday', 'user_photos', 'basic_info'];
When I log in from my phone, or the simulator using those credentials - I am able to log in fine, but not from this device.
I am using titanium SDK 3.2.3 GA
Why is this happening, and how cani resolve it. It was working before. cheers