How to query for the number of shares of a Facebook event URL? -


one of facebook apps allows users share url facebook event using default facebook sharer. under impression can query number of times such url got shared on facebook. however, when query graph api popular events on facebook results show me 0 shares, likes , comments.

e.g.

select click_count, comment_count, comments_fbid, commentsbox_count, like_count, normalized_url, share_count, total_count, url link_stat url = 'http://www.facebook.com/events/385623724876261' 

returns

{   "data": [     {       "click_count": 0,        "comment_count": 0,        "comments_fbid": null,        "commentsbox_count": 0,        "like_count": 0,        "normalized_url": "http://www.facebook.com/events/385623724876261",        "share_count": 0,        "total_count": 0,        "url": "http://www.facebook.com/events/385623724876261"     }   ] } 

how can query facebook real number of times url facebook event got shared?

thanks.

well, believe can't until owner of post. if 1 created post on facebook or 1 of admins of page linked (http://www.facebook.com/events/385623724876261) event shares count.

try fetching information admin's access token or 1 created event. if doesn't work out last thing can try fetching piece of information page access token (which belongs page). let me know if still not able piece of information after trying post owner's token, admin's token , lastly page access token.

cheers,

reno jones


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 -