AnthonyLins / facebook-actionscript-api

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

Property expiresIn not found on String and there is no default value. #444

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Facebook.login(fb_handleLogin,{scope:"user_games_activity,friends_games_activi
ty"});
2.private function fb_handleLogin(success:Object=null,fail:Object=null):void {
3.

What is the expected output? What do you see instead?
I expect it to call the callback function fb_handleLogin.

What version of the product are you using? On what operating system?
Using 1.8.1 with Windows 7 Home 64bit.

Please provide any additional information below.

ReferenceError: Error #1069: Property expiresIn not found on String and there 
is no default value.
    at com.facebook.graph.data::FacebookAuthResponse/fromJSON()
    at com.facebook.graph::Facebook/handleAuthResponseChange()
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at flash.external::ExternalInterface$/_callIn()
    at Function/<anonymous>()

uncaught exception: Error in Actionscript. Use a try/catch block to find error. 
xd_arb...https=0 (line 13)

Uncaught Error: Error calling method on NPObject.

If not logged in, the login window comes up and the error pops up after logging 
in.  If already logged in, the error message pops up immediately.

Original issue reported on code.google.com by dwal...@gmail.com on 31 Dec 2012 at 3:31