Hi,

Thanks for your solution, it works well for me (tested with Samsung Nexus S
/ Android 4.1.2 / AIR 3.9). However I've made some changes to your code :

1. in function handleLocationChange : 
     loginCallback(FacebookDataUtils.getURLVariables(location), null);  
instead of 
     loginCallback(true, null); 
so I can retreive the access_token

2. public static var LOGIN_SUCCESS_URL_MOBILE:String 
    public static var LOGIN_SUCCESS_SECUREURL_MOBILE:String 
instead of
    public static var LOGIN_URL_MOBILE:String 
    public static var LOGIN_SECUREURL_MOBILE:String 

3. If you're targeting a version of flash player > 11, don't forget to use
the native JSON.stringify() and JSON.parse() instead of the
com.adobe.serialization.json.JSON.encode() and
com.adobe.serialization.json.JSON.decode() version. You have to make the
update in several classes of the source API.

++




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Facebook-Support-in-Flex-facebook-actionscript-api-broken-Facebooks-October-2013-Breaking-Changes-tp2921p3635.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to