Facebook Graph API - Get list of id's and names that have liked a post -
using facebook graph api, how list of people have liked specific item (say post)? doing call /item_id/?fields=likes
using graph explorer i'm able see list of names in [data]
array, but, when call website doesn't display names, shows count
value.
i'm thinking it's 1 of 2 things, i'm not sure:
i'm using wrong access token. i'm using extended 1 fan page post on.
facebook doesn't give out info (or fan page) isn't owner of original post. (i'm 1 made post.)
is there way list of user names , user id's have liked post, , if so, what's required so?
there 2 reasons-
you access token not correct. need
read_stream
permission getting posts.you not parsing resulted json correctly.
Comments
Post a Comment