I am using (Appcelerator) Titanium's Facebook API to let users log in to their facebook accounts. On Android often right after calling authorize when the facebook window opens a page is shown which says:
An error occurred with MY-FB-APP-NAME. Please try later
API Error Code: 110
API Error Description: Invalid user id
Error Message: Missing user cookie (to validate session user)
Closing the window and starting over usually resolves the problem. However as this happens maybe 70 % of the time (when calling authorize for the first time in a "session") it is a big usability issue.
Does anyone know how to fix this?
I'm using Titanium 2.1.0 and testing on an Android 2.3.6 device. Thanks a lot