使用graph API从用户中删除应用程序 [英] Remove the application from a user using graph API

查看:86
本文介绍了使用graph API从用户中删除应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

我正在开发一个Facebook应用程序, / div>

当用户连接时,请执行以下操作:

  FB.api(/ me / permissions DELETE,function(response){
console.log(response); //在app delete success上给出true
});


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.

解决方案

When the user is connected, do:

FB.api("/me/permissions","DELETE",function(response){
    console.log(response); //gives true on app delete success 
});

这篇关于使用graph API从用户中删除应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆