bobolounna / restfb

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

Q: October 2013 Breaking Changes /POST_ID/likes update #207

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In RestFB v1.6.11 will the Facebook "October 2013 Breaking Changes" impact the 
following:

  Post myPost = FBUtil.createDefaultFacebookClient(accessToken).fetchObject(postId, Post.class);

From the "myPost" I call myPost.getLikes().getCount();

Will it return a count of all likes? Or do I have to somehow page through the 
likes and accumulate the count?

Thx
-Rob

Original issue reported on code.google.com by robmitch...@gmail.com on 26 Sep 2013 at 10:00

GoogleCodeExporter commented 8 years ago
Found a good answer on Google Group "RestFB"

https://groups.google.com/forum/#!topic/restfb/BOttopKeazI

Original comment by robmitch...@gmail.com on 27 Sep 2013 at 2:23