AnthonyLins / facebook-actionscript-api

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

IMPORTANT - Breaking changes to FB API coming on Jan 9th #445

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new app (after 1st Jan 2013) 
2. Post to user / friend wall
3. Post fails

What is the expected output? What do you see instead?
Expected output : post to appear on wall... instead nothing happens

What version of the product are you using? On what operating system?
1.81 ( all OS's )

Please provide any additional information below.

I spent most of the day on this one. 

Facebook are introducing some changes to the REST API, which breaks some 
functionality in the AS3 Facebook lib. At the moment there is a backwards 
compatibility option in the "Developer >> APP >> Settings >> Advanced" panel 
(screenshot attached) - where you can disable "January 2013 Breaking 
Changes:".. also options for Feb, March and April changes.... 

Here is their info on the developers roadmap: 
https://developers.facebook.com/roadmap/#january-2013

Interestingly enough everything in my app worked except being able to post to a 
users wall. This is the code I use to post to wall: 

Facebook.api("/" + friendID + "/feed", submitPostHandler,{message:str }, 
"POST");

Anyway, guess it might be good to start looking at this before Jan the 9th....

Original issue reported on code.google.com by karim.be...@gmail.com on 3 Jan 2013 at 11:36