Question

I have a game on Facebook that has been running successfully for almost a year now. It went offline this morning because my Flash Client which calls the facebook-actionscript-api:

Facebook.init(app_id, handleLogin)

...function, started getting a null response. And no error. The handleLogin() callback is called, function handleLogin(response:Object, fail:Object):void ...but both response and fail objects are null.

It started a little before 7pm, (19:00) Tuesday 8/May/2012 (PDT) - (California Time)

Anyone seen anything like this?

Was it helpful?

Solution

Yes we are also seeing the same issue as of midnight last night. We are still not sure the root cause of the problem. Trying to engage with facebook to find out.

Anyone else getting this?

update: Looks like a similar thing being reported in facebook bugs

http://developers.facebook.com/bugs/440387422643581?browse=search_4faa2351ce3059948026603

OTHER TIPS

I know facebook just dropped offline access from permissions... maybe check you aren't requesting it in your login scope. I had a problem with it messing up my facebook login process, but on monday.

you can download the temporary fixed API from here and replace the GrapApiWeb_1.8.1.swc

http://www.superurchin.com/FacebookGraphApi_Superurchin.swc.zip

Facebook has fixed the bug , so we don't have to worry about it now. :)

https://developers.facebook.com/bugs/295956663824256

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top