Results 21 comments of Gorbin

Hello, Yes, it's simple to add getAccessToken, but by your example there is problem. Normaly most socialnetworksdk give access token right after initiation and we can get token at the...

@antonkrasov, yes, I mean this, it's not a problem, but maybe as I some one use it like me without listener, but now will ned llistener, just warning

Add in pull request interface and requestAccessToken, but save getAccessToken, I think it can be useful, at least for me)

@Aracem, yes I did pull(https://github.com/antonkrasov/AndroidSocialNetworks/pull/28) request but it was closed - you can read why in it's tread. But if you need tokens you can check [ASNE](https://github.com/gorbin/ASNE)(extended version of AndroidSocialNetworks)...

Yes you right, we can get emails only from g+ and facebook. You can try in my extension of this lib: https://github.com/gorbin/ASNE Soon I will pull these changes to this...

add detail and Social person as I wrote... add email in SocialPerson in pull

Check momentsUtil in asne googleplus

Thanks, will check it and fix

Interesting question - youtube use google OAuth 2 as I remember. ASNE is library for social networks with all social features - friends, profile, share but social media like google...

I don't think about adding more social methods Main idea of ASNE is simple integration with social networks for common data and actions like tokens, friendslist, about user info, share...