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:

  1. i'm using wrong access token. i'm using extended 1 fan page post on.

  2. 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-

  1. you access token not correct. need read_stream permission getting posts.

  2. you not parsing resulted json correctly.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -