views:

53

answers:

0

I've connected my app to my twitter acount using xAuth, and everything goes fine (I can see it on https://twitter.com/settings/connections)

After getting the access_token using twitter.getOAuthAccessToken(), I've stored it in my SharedPreferences, so to use it again.

However, I'd like to give users the opportunity to unlink their accounts with the app. So I remove the access_token from the app's SharedPreferences, but I'd like to know if there is any way to remove the app from the Connection list (https://twitter.com/settings/connections) from my app.

Thank you