AnthonyLins / facebook-actionscript-api

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

FB.JSON soon to be removed? #461

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
While using the AS3 SDK, the following warnings are output to the Javascript 
console:

The method FB.JSON.stringify is not officially supported by Facebook and access 
to it will soon be removed. all.js:56
The method FB.JSON.parse is not officially supported by Facebook and access to 
it will soon be removed. all.js:56

This will render the SDK unusable if Facebook goes forward with these changes, 
because these functions are used in com/facebook/graph/core/FacebookJSBridge.as

Original issue reported on code.google.com by stuart.d...@gmail.com on 6 Sep 2013 at 12:00