mssaravanan / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

New Feature: Revoke access #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is not a defect but a request for a new feature.

The feature would be to have the possibility to perform the revoke permission 
action against the social network provider.

I suppose that, in the same way how one android app provide the feature to gain 
the permission to perform certain actions on behalf of the user for a given 
social network, it should also provide the feature that would allow the user to 
revoke them afterwards.

Some providers, even require to the app to implement this feature as part of 
their terms and conditions.
E.g. Google+ explicitly requests that you must implement a way that allow the 
user to revoke the access directly from the app. 
(https://developers.google.com/+/policies)

Maybe a new method revokeAccess(String providerName) to implement in the 
SocialAuthAdapter (of course along with an implementation for each provider)?

Currently it is available only the signOut method that disconnects the provider 
but the applications still has the permission to interact with the provider on 
behalf of the user.

What do you think?

Original issue reported on code.google.com by renato.d...@gmail.com on 29 Apr 2013 at 8:04

GoogleCodeExporter commented 8 years ago
Hi , We have added your request in our backlog. will let you know soon.

Original comment by vineet.a...@3pillarglobal.com on 30 Apr 2013 at 5:09

GoogleCodeExporter commented 8 years ago
Hi ,

We are not including this feature in sdk. We believe revoking access should be 
done at account level.

Original comment by vineet.a...@3pillarglobal.com on 19 Jun 2013 at 7:30