Reputation: 2962
hai i am trying to gather user details like userid,username,email etc stored in accountmanager by social applications from my currently developing application.
I was able to get basic details like
{[email protected],type=com.google}
{name =Facebook,type=com.facebook.auth.logn}
As i need more information i thought of using getUserdata()
what is the key i should pass in the below method? Also will i be able gather these data?
public String getUserData (Account account,
String key)
While going through documentation i saw that This method requires the caller to have a signature match with the authenticator that owns the specified account.
Upvotes: 1
Views: 92