facebook - Stop receiving real time updates without an access_token -
i'm trying stop receiving real time updates 1 specific page facebook application, have no user access token user or page.
in scenario, there anyway stop receiving real time updates page without having contact page owner , inquire them remove application tab page.
i have tried issuing delete
request /<page_id>/tabs/app_<app_id>
route off-course isn't working because need access_token this. tried using application token instead ( thought might have worked, unfortunately didn't. )
imho , according docs, need app access token stop realtime updates:
https://developers.facebook.com/docs/graph-api/reference/v2.0/app/subscriptions/#deleteperms
delete /{app-id}/subscriptions
with
object=page
as body.
facebook facebook-graph-api
No comments:
Post a Comment