bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Facebook API changing names of properties #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On September 5, 2012 the Facebook API will be changing the names of a couple 
properties.  Restfb will need to be updated since it uses the "likes" property 
of comments which is being renamed to "like_count".

From http://developers.facebook.com/roadmap/

The following changes can all be enabled/disabled using the "September 2012 
Breaking Changes" migration until September 5th when they will go into effect 
permanently for everyone:
Renaming 'likes' property of Comments and 'votes' property of QuestionOptions 
We will be renaming the likes property of the Comment object to like_count and 
the votes property of the QuestionOption to vote_count.

Original issue reported on code.google.com by mike.hazelwood on 28 Aug 2012 at 9:24

GoogleCodeExporter commented 8 years ago
Thanks - I need an excuse to release 1.6.10 anyway.  I'll make sure it's done 
by September 5.

Original comment by m...@xmog.com on 28 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
Fixed in 
https://github.com/revetkn/restfb/commit/1b897d569dd342e6cd2e032c86ad6e1d3225ffb
b

Original comment by m...@xmog.com on 1 Sep 2012 at 3:50