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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -