javascript - Clean way to post users web page shares to Facebook page -
i looking way show facebook engagement on our website on our facebook page. ie, when likes/shares etc. page on website, that activity reflected our facebook page in way.
i planning on using graph api calls page updates, permissions granted users, not app itself, meaning possible existing administrators, defeating whole purpose (perhaps bit obvious in hindsight).
is there good, clean way of posting page likes/shares of our web pages our facebook page feed?
notes:
- i'm working in php and/or client side js
- a high volume of posts drowning our regular content not @ moment, however, advice how manage such beast in long run might helpful
if understood correctly , want share content facebook website, behavior mention used exist via activity feed or recommendations feed. however, has been deprecated since graph api version 2.3.
if want update comments people in website fb page, implement in backend listens content uploaded , uses page access token create custom stories using user's data. mention, won't happen in name of people, creative , make text narrate people did on website. maybe use opengraph this.
Comments
Post a Comment