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
Original issue reported on code.google.com by
robmitch...@gmail.com
on 26 Sep 2013 at 10:00