Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.27 KB

README.md

File metadata and controls

67 lines (45 loc) · 2.27 KB

MySocialApp Java Library Release

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.

What is MySocialApp?

MySocialApp - Seamless Social Networking features 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.

Table of contents

Dependencies

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}'
}

Getting Started

Read Java getting started

API Documentation

Complete API documentation is available here

Handle Exception

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.

Demo app

Here are demo apps that use the 100% MySocialApp API

Credits

Contributions

All contributions are welcomed