Fixing FB graph api for as3
A few days ago, many flash apps suddenly stopped working, if you have this problem follow this steps:
1.- If you are using GraphAPI_Web_1_8_1.swc delete it.
2.- Download the modified graph api from here.
3.- Paste those folders on your librarys, if you had the facebook folder overwrite it.
4.- Publish your project.
This problem started when facebook changed its file http://connect.facebook.net/en_US/all.js in a way that all the calls made from the as3 file "FacebookJSBridge.as" must be changed from "FB.JSON" to just "JSON".
Tweet1 Comment
Leave a comment
Files
- January 2013 (2)
- October 2012 (1)
- July 2012 (2)
- June 2012 (2)
- May 2012 (2)
- February 2012 (4)
- December 2011 (4)
- September 2011 (4)
- May 2011 (4)
- April 2011 (1)
- March 2011 (2)
- January 2011 (1)
- December 2010 (13)
- September 2010 (1)
- June 2010 (2)
- May 2010 (1)
- April 2010 (11)
- March 2010 (10)
- February 2010 (1)




This workaround doesn’t work in IE <= 8 and Opera <= 11.61