Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了应用程序,它将有关我网站中阅读文章的信息添加到时间表中。
如何使用 facebook sdk 从用户帐户禁用我的应用程序?
例如,用户单击我网站上的一个按钮,应用程序从用户帐户中被禁用。
您可以执行以下操作:
FB.api("me/permissions", "delete", function(response) { console.log("Application should now be invalidated, response: ", response); });