Rails 4 Koala: Webhook when publish in Facebook -
im building social network, users can connect accounts facebook , tweeter, should able select option: "synchronize publications"
if select option need synchronize publications facebook, when publish in facebook should published in app. think can achieved through web hook, can't find useful in web...
any idea?
facebook has entire section dedicated webhooks:
https://developers.facebook.com/docs/graph-api/webhooks
adding subscriptions:
https://developers.facebook.com/docs/graph-api/reference/v2.6/app/subscriptions
and viewing subscribed apps:
https://developers.facebook.com/docs/graph-api/reference/page/subscribed_apps
Comments
Post a Comment