Facebook API webhook - Get informations about shared posts -
i'm working facebook api webhook. currently, can make api call , data relating likes , comments done on post.
for example when comment post, receive, facebook api webhook these informations :
( [entry] => array ( [0] => stdclass object ( [changes] => array ( [0] => stdclass object ( [field] => feed [value] => stdclass object ( [parent_id] => ... [sender_name] => ... [comment_id] => ... [sender_id] => .. [item] => comment [verb] => add [created_time] => 1467111568 [post_id] => .. [message] => comment ) ) ) [id] => ... [time] => 1467111568 ) ) )
the same thing when or publish post ! when share post i'm not receiving facebook api webhook ! can me receive updates when share post facebook api webhook.
thanks
Comments
Post a Comment