Yofrank
Results
1
comments of
Yofrank
I had the same problem, try this one: ``` FB.api( '/me/permissions', 'DELETE', {}, function(response) { // Here fb should remove the token. // response should be "success: true" FB.logout(() =>...