kennylerma / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Changing language in Mobile login screen breaks API #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login by calling FacebookMobile.login
2. Change your language using the language settings
3. login

What is the expected output? What do you see instead?
The QueryString params controlling what the API does next should have been 
preserved when the user switches languages. But they are not. This means no 
session is returned. 

What version of the product are you using? On what operating system?
Mobile 1.8.1 Windows

Please provide any additional information below.
As a work around I check for the null access token in my call back and force 
another login.

Original issue reported on code.google.com by doriansm...@yahoo.com on 10 May 2012 at 9:02