I am using facebook C# SDK in my application and using Graph API. Everything is working fine. However, I didn’t get how to unregister my users from my application meaning revoke the rights given to my application.
I didn’t get how to do this using SDK. Any help would be appreciated. Let me know if my question is not clear.
From the user documentation:
Also, you can still call auth.revokeAuthorization or auth.revokeExtendedPermission.