开发者

How to know user has removed my application from his page immediately?

开发者 https://www.devze.com 2023-04-11 01:34 出处:网络
I want to do something when who has removed my application from his page. At that time, is there an API event that can开发者_如何学Go catch it?There \'s the deauthorization callback. If you set the d

I want to do something when who has removed my application from his page.

At that time, is there an API event that can开发者_如何学Go catch it?


There 's the deauthorization callback. If you set the deauthorization callback on your application settings page, everytime a user remove your application, FB will post to your callback URL with that user Facebook ID. You can refer about it here, Application De-authorization part.

0

精彩评论

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