Facebook API SDK revoke access

前端 未结 4 1377
灰色年华
灰色年华 2020-11-30 05:50

How can I allow a user to revoke access to my application using their API service, SDK. http://developers.facebook.com/docs/sdks/

Looking at the documentation I can\

4条回答
  •  心在旅途
    2020-11-30 06:52

    With PHP SDK V 5

    $DeletePermsUser = $fb->delete('/{user-id}/permissions/',[],$access_token);
    

提交回复
热议问题