Android authentication and services API -


in android application trying build array of login credential methods user. user should able login using google, facebook, outlook , twitter (etc...) credentials. not sure if there easy way looking api each 1 of mentioned services , researching how use authentication method , gaining access services contacts invitation purposes.

i having hard time finding resources outlook authentication , services. if can point me in right direction appreciate much!

you can try socialauth-android:

the api enables user authentication , sharing updates through different various social networks , hides intricacies of generating signatures & token, doing security handshakes , provide easy mechanism build cool social apps.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -