views:

13

answers:

1

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 the application from the users profile when they request to do so from my web app. I know they can remove the app when logged into Facebook, but I want to know if I can remove the app with an API call. Thanks for any help.

A: 

There is no API to remove applications. The only way is for a user to do it on facebook.com.

Nathan Totten
Great, that's what I needed. I couldn't find anything on it, so I guess I needed another confirmation.
Thom Allen