Reputation: 654
I'm searching for a way to get name of persons who share a specific article with Facebook Graph API.
I'm using 'article_id'/Likes
to get data about persons who like the article, and it work perfectly. But I can't found the solution to find sharers of the article. Is it possible with Graph API?
Thanks for your help
Upvotes: 0
Views: 50
Reputation: 654
It's possible to retrieves 'sharers' of a specified article, with : articleID?fields=sharedposts.fields(from)
Upvotes: 1
Reputation: 1976
Sorry but the Facebook Graph API does not offer this option for the time being.
Upvotes: 0