facebook - Get shares from a post -
i have post_id
. i'm trying retrieve shares count of post.
the post published app, in status_type
of post have app_created_story
.
i'm using: get /post_id/shares
have response, nothing, if know post been shared.
i notice if don't have app_created_story
shares parameter work correctly.
anyone knows problem? bug?
thank all!
you should able retrieve via
get /{post_id}/sharedposts
edge. see documentation here
Comments
Post a Comment