Removing Facebook application through API

前端 未结 5 1714
故里飘歌
故里飘歌 2020-12-29 14:38

I have a web app that adds an application to a users profile, and requests extended permissions.

I can\'t seem to find if there is a way to use a script to remove th

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-29 15:06

    You can use a HTTP DELETE request with:

    From http://developers.facebook.com/docs/reference/api/user/#permissions:

    You can de-authorize an application or revoke a specific extended permissions on behalf of a user by issuing an HTTP DELETE request to PROFILE_ID/permissions with a user access_token for that app.

提交回复
热议问题