AnthonyLins / facebook-actionscript-api

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

FB.JSON no longer exists - the SDK is currently broken #428

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Found the other issue, apologies, can someone delete this?

Original comment by st...@hotmail.com on 18 Jul 2012 at 1:18