How can I allow a user to revoke access to my application using their API service, SDK. http://developers.facebook.com/docs/sdks/
Looking at the documentation I can\
For the FB JavaScript SDK:
FB.api('/me/permissions', 'delete', function(response) { console.log(response); // true });