You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASNE library created for simple integration of Social Networks. 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.
6
6
ASNE contains common interface for most popular social networks, but you can easily make module for another.
@@ -33,6 +33,7 @@ ASNE got [almost all necessary requests](https://github.com/gorbin/ASNE/wiki/%D0
33
33
- Get list of Friends
34
34
- Adding friends by id
35
35
- Remove friend from friend list
36
+
- Any request to chosen social network - you got full SDK/API
36
37
37
38
![enter image description here][3]
38
39
@@ -57,12 +58,13 @@ Add dependency for chosen module, here example for all modules, you can choose o
Second, you need to initialize `mSocialNetworkManager`, it contain common interface for all ASNE social network modules. Initialize chosen social network and add social network to SocialNetworkManager(example: FacebookSocialNetwork):
0 commit comments