Add social networks to application

I develop library to simplify integration with social networks ASNE.
Just add dependency and you will integrate SDK. ASNE should makes your life easier.

But now I need help from Android developers community, maybe some improvements or at least tests?
Or can you advice which social networks you use in your project? What most popular requests you use to social networks sdk?

Github repository: https://github.com/gorbin/ASNE
Article how to add Facebook, Twitter, LinkedIn: Android social network integration - CodeProject
Google play demo app: https://play.google.com/store/apps/details?id=com.gorbin.androidsocialnetworksextended.asne

If you want to integrate your application with multiple social networks just choose ASNE modules and add them to your project. You just need to: add module, build SocialNetworkManager and configure your AndroidManiferst. ASNE contains common interface for most popular social networks, but you can easily make module for another.
ASNE main idea is using native ways for user expirience - no need in custom WebView if user already got app for social network

ASNE contains modules for social networks:

  • Twitter
  • LinkedIn
  • Facebook
  • Google Plus
  • Instagram
  • Vkontakte
  • Odnoklassniki

ASNE got almost all necessary requests to social networks, but you can just get AccessToken or SDK object and use it as you want.

I’m truly need some feedback from developers.?