Android Social networks sdk that use their own libraries

I know about socialauth-android, but it uses oauth and cannot use already installed user applications for social networks, but facebook sdk can do this, or I need to use outh requests - it's better to use native methods

Maybe you can advise any lib that contains its own libraries and give an interface for login and sharing?

+5
source share
1 answer

You can try ASNE , it uses facebook-sdk, and you can use other methods from it, or you can post photos directly to instagram.

It contains the most popular networks, just check it out - maybe this will help you

+4
source

Source: https://habr.com/ru/post/1201954/


All Articles