The Java library for interacting with the MySocialApp API.
In order to use this library, you need to have a free account on https://go.mysocialapp.io. After registering, you will need the application credentials for your app.
MySocialApp’s powerful API lets you quickly and seamlessly implement social networking features within your websites, mobile and back-end applications. Save months of development headache and focus on what makes your app unique.
Step 1. Add it in your root build.gradle at the end of repositories:
repositories {
...
maven { url 'https://jitpack.io' }
}
Step 2. Add the dependency
dependencies {
compile 'com.github.mysocialapp:mysocialapp-java-client:{version}'
}
Complete API documentation is available here
MySocialAppException and children can be handle by using the non blocking way with .doOnError(..)
or .onErrorResumeNext(..)
. Please refer to RxJava to know the difference between them.
Here are demo apps that use the 100% MySocialApp API
All contributions are welcomed