all.js no longer comes with JSON bundled inside it, this means that this file:
http://code.google.com/p/facebook-actionscript-api/source/browse/trunk/source/ap
i/com/facebook/graph/core/FacebookJSBridge.as
no longer works - because it is referencing FB.JSON, which Facebook in their
infinite wisdom have decided to deprecate without warning.
Attached are the changes required to make the FacebookJSBridge work (namely
relying on the browser having JSON already installed or explicitly loading
json2.js on the page the app is running).
Original issue reported on code.google.com by st...@hotmail.com on 18 Jul 2012 at 1:15
Original issue reported on code.google.com by
st...@hotmail.com
on 18 Jul 2012 at 1:15Attachments: