Reputation: 8176
I have a URL, for example: www.example.com And I want to see who are the people that liked that URL, How can I retrieve that data via Facebook's Graph API? (Currently I can Only get the liked count, but that's it)
Upvotes: 0
Views: 80
Reputation: 43816
There is no way to return such a list. You can only get the insights (e.g. demographics) and counts, but not the individual user IDs.
Upvotes: 1