facebook - How to get people who have shared specific FB post? -
it's easy people have liked post: https://graph.facebook.com/19292868552_10150189643478553/likes
how can people have shared post ?
using graph explorer post has shares:
https://graph.facebook.com/20531316728_10151733211311729?fields=shares
the output is:
{ "shares": { "count": 1806 }, "id": "20531316728_10151733211311729", "created_time": "2013-02-10t12:59:25+0000" }
of course of study if remove fields
parameter see fields associated object.
edit: post on facebook - https://www.facebook.com/photo.php?fbid=10151733211231729&set=a.376995711728.190761.20531316728&type=1
facebook facebook-graph-api facebook-fql
No comments:
Post a Comment