Here is an interesting quandary. My website lets users register by connecting with Facebook. When the user connects we create an account for them, send them a welcome email etc... We also have a function for them to completely delete their account and all their content. However when they do this, it does not delete the app from Facebook.
When a user visits the site, it checks to see if they have connected and have granted permissions, if so it automatically either logs them in, or if it doesn't fine a user account for them, creates one. The delete action on my site deletes everything but if the user doesn't delete the app from their Facebook account, they will come back and just be given a new account on our site.
Is there a way to remove the app from the user's facebook account via an API call so that when they delete their account on my site, I can also remove the app?