Disconnect / disallow own application to users facebook (SDK PHP API)
I am working on a small facebook application (PHP 3.x SDK), but now I need some help.. :(
I was wondering if it is possible to disallow your own application for the facebook user, let's say:
there is a button:
Connect your facebook to "my-cool-application"
and if the user doesn't want to anymore, they can
disconnect your facebook from "my-cool-applicati开发者_高级运维on"
Is there somebody that knows more about this?
You can't programmatically do this right now: there is no way to remove your own application permissions. The user will have to go remove your application through the Privacy Settings options.
精彩评论