I have a web app that adds an application to a users profile, and requests extended permissions.
I can\'t seem to find if there is a way to use a script to remove th
You can use a HTTP DELETE request with:
From http://developers.facebook.com/docs/reference/api/user/#permissions:
You can de-authorize an application or revoke a specific extended permissions on behalf of a user by issuing an HTTP DELETE request to PROFILE_ID/permissions with a user access_token for that app.