[Library] ASNE - library for simple social networks integration

Search This thread

gorbino

Member
Aug 26, 2014
11
5
github.com
I develop library to simplify integration with social networks ASNE. Just add dependency and you will integrate SDK. I don't need to understand "How it works?" for every social network, download SDK or use some libraries for OAuth and make http calls by yourself. ASNE should makes your life easier. But now I need help from Android developers community, maybe some improvements or at least tests?

GitHub repo - http://github.com/gorbin/ASNE

or you can try demo from Google Play, search ASNE

Short description:

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 contains modules for social networks:

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

ASNE got almost all necessary requests to social networks

  • Login
  • Configure necessary permissions
  • Get Access Token
  • Get current person social profile
  • Get social profile of user by id
  • Get social profile for array of users
  • Get detailed user profile
  • Share message
  • Share photo
  • Share link
  • Request Share dialog with message/photo/link
  • Check is user(by id) is friend of current
  • Get list of Friends
  • Adding friends by id
  • Remove friend from friend list
  • Any request to chosen social network - you got SDK

I hope it would be useful. At least I use it in 2 commercial project - all works fine!

Tnx for your reply...
 
Last edited by a moderator:

Abhishek verma

Senior Member
Feb 5, 2014
112
82
Jamshedpur
Sounds good, trying :)

---------- Post added at 05:36 AM ---------- Previous post was at 05:27 AM ----------

Don't know why, but your app is showing 0 friends. Am I missing something?
 

gorbino

Member
Aug 26, 2014
11
5
github.com
Sorry for a late reply was away. But now ready for questions

By the way while I was away I add Instagram support - now you can easily add asne-instagram from maven central and use in application
More of it wrote simple tutorial article about how to integrate social networks via asne on codeproject and github sample

and of course resolve some bugs in google play app

feel free to ask about anything or write me via email - gorbin.e.o@gmail.com
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    I develop library to simplify integration with social networks ASNE. Just add dependency and you will integrate SDK. I don't need to understand "How it works?" for every social network, download SDK or use some libraries for OAuth and make http calls by yourself. ASNE should makes your life easier. But now I need help from Android developers community, maybe some improvements or at least tests?

    GitHub repo - http://github.com/gorbin/ASNE

    or you can try demo from Google Play, search ASNE

    Short description:

    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 contains modules for social networks:

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

    ASNE got almost all necessary requests to social networks

    • Login
    • Configure necessary permissions
    • Get Access Token
    • Get current person social profile
    • Get social profile of user by id
    • Get social profile for array of users
    • Get detailed user profile
    • Share message
    • Share photo
    • Share link
    • Request Share dialog with message/photo/link
    • Check is user(by id) is friend of current
    • Get list of Friends
    • Adding friends by id
    • Remove friend from friend list
    • Any request to chosen social network - you got SDK

    I hope it would be useful. At least I use it in 2 commercial project - all works fine!

    Tnx for your reply...
    1
    login was successful, retrieving profile was successful but why 0 friends everywhere?

    I think is normal. When you log in to an app, you can see only friends who use that app. This happend from 30 april