Skip to content

Official Kotlin and Java client to interact with MySocialApp API - Seamless Social Networking features for your app

Notifications You must be signed in to change notification settings

MySocialApp/mysocialapp-java-client

Repository files navigation

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

About

Official Kotlin and Java client to interact with MySocialApp API - Seamless Social Networking features for your app

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published