Remove the application from a user using graph API

前端 未结 2 1877
忘掉有多难
忘掉有多难 2020-12-06 02:47

I am developing a facebook application, I want to remove my application from a user using Graph API, is there any way to do this.

2条回答
  •  鱼传尺愫
    2020-12-06 03:27

    I got this working with a serverside request using Using ASP.Net with Facebook’s Graph API and OAuth 2.0 Authentication this article as reference you get a auth token then when they redirect back to your callback you post a delete request to the graph url e.g.

    "https://graph.facebook.com/person_id/permissions?access_token=token

提交回复
热议问题