however the post has likes but the return collection is empty! I'll be thankful if you can guide me to solve the problem. how I can get all likes of a post?
Thanks
Marcel Stör
unread,
May 1, 2013, 3:08:11 AM5/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to res...@googlegroups.com
On 30.04.13 23:53, Amirhossein Aleyasin wrote:
>
> Hi all,
> I try to fetch likes of post (not only count). I used fetchConnections:
[...]
> however the post has likes but the return collection is empty! I'll be
> thankful if you can guide me to solve the problem. how I can get all
> likes of a post?
- See what you get when you use the Graph API Explorer[1].
- Compare the JSON from the Explorer with the JSON when using RestFB[2].
- If they're identical but you don't get any data through the API
consider opening an issue on GitHub[3].
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to res...@googlegroups.com
By what I've seen, you can't actually get the individual likes, just the count
(Facebook API limitation, not restfb). You can get the individual likes as
they happen, using Real Time Updates.