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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -