Skip to content

Commit 96008cf

Browse files
committed
Update README.md
1 parent 5668f3a commit 96008cf

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![enter image description here][1]
22

3-
ASNE [![ASNE Maven Central](http://img.shields.io/badge/ASNE%20Maven%20Central-0.2.0-brightgreen.svg?style=flat)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.asne%22) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ASNE-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/868)
3+
ASNE [![ASNE Maven Central](http://img.shields.io/badge/ASNE%20Maven%20Central-0.2.1-brightgreen.svg?style=flat)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.asne%22) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ASNE-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/868)
44
=====================
55
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.
66
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
3333
- Get list of Friends
3434
- Adding friends by id
3535
- Remove friend from friend list
36+
- Any request to chosen social network - you got full SDK/API
3637

3738
![enter image description here][3]
3839

@@ -57,12 +58,13 @@ Add dependency for chosen module, here example for all modules, you can choose o
5758
```
5859
dependencies {
5960
...
60-
compile 'com.github.asne:asne-facebook:0.2.0'
61-
compile 'com.github.asne:asne-twitter:0.2.0'
62-
compile 'com.github.asne:asne-googleplus:0.2.0'
63-
compile 'com.github.asne:asne-linkedin:0.2.0'
64-
compile 'com.github.asne:asne-vk:0.2.0'
65-
compile 'com.github.asne:asne-odnoklassniki:0.2.0'
61+
compile 'com.github.asne:asne-facebook:0.2.1'
62+
compile 'com.github.asne:asne-twitter:0.2.1'
63+
compile 'com.github.asne:asne-googleplus:0.2.1'
64+
compile 'com.github.asne:asne-linkedin:0.2.1'
65+
compile 'com.github.asne:asne-instagram:0.2.1'
66+
compile 'com.github.asne:asne-vk:0.2.1'
67+
compile 'com.github.asne:asne-odnoklassniki:0.2.1'
6668
...
6769
}
6870
```
@@ -86,12 +88,13 @@ Without Gradle, add ASNE like:
8688

8789
Firstly, you need to create app in social network. You can read about main steps:
8890

89-
- [Twitter](https://github.com/gorbin/ASNE/wiki/%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-Twitter)
90-
- [LinkedIn](https://github.com/gorbin/ASNE/wiki/%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-LinkedIn)
91-
- [Facebook](https://github.com/gorbin/ASNE/wiki/%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-Facebook)
92-
- [Google Plus](https://github.com/gorbin/ASNE/wiki/%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-Google-Plus)
93-
- [Vkontakte](https://github.com/gorbin/ASNE/wiki/%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-Vkontakte)
94-
- [Odnoklassniki](https://github.com/gorbin/ASNE/wiki/%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-Odnoklassniki)
91+
- [Twitter](https://github.com/gorbin/ASNE/wiki/Create-Twitter-App)
92+
- [LinkedIn](https://github.com/gorbin/ASNE/wiki/Create-LinkedIn-App)
93+
- [Facebook](https://github.com/gorbin/ASNE/wiki/Create-Facebook-App)
94+
- [Google Plus](https://github.com/gorbin/ASNE/wiki/Create-Google-Plus-app)
95+
- [Instagram](https://github.com/gorbin/ASNE/wiki/Create-Instagram-App)
96+
- [Vkontakte](https://github.com/gorbin/ASNE/wiki/Create-Vkontakte-App)
97+
- [Odnoklassniki](https://github.com/gorbin/ASNE/wiki/Create-Odnoklassniki-App)
9598

9699
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):
97100

0 commit comments

Comments
 (0)