开发者

RevokeAuthorization in new JavaScript Facebook SDK

开发者 https://www.devze.com 2023-04-03 20:44 出处:网络
what is the right way to do revokeAuthorization in new Jav开发者_运维百科ascript SDK?as javascript sdk allows us to makes API calls to the Graph API or Deprecated REST API via the FB.api method, you c

what is the right way to do revokeAuthorization in new Jav开发者_运维百科ascript SDK?


as javascript sdk allows us to makes API calls to the Graph API or Deprecated REST API via the FB.api method, you can revoke Authorization via invoking the auth.revokeAuthorization old rest api method.

you can refer to the following fb doc for the usage of FB.api and auth.revokeAuthorization: http://developers.facebook.com/docs/reference/javascript/FB.api/ http://developers.facebook.com/docs/reference/rest/auth.revokeAuthorization/

0

精彩评论

暂无评论...
验证码 换一张
取 消