Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 464 Bytes

JPlurk-OAuth is the Plurk API implementation for Plurk API 2.0.

Installation

In gradle build script, add the following repositories and the dependencies of the jplurk-oauth

repositories {
    jcenter()
}

dependencies {
    compile 'com.google.jplurk:jplurk-oauth:2.0.22'
}

Usage and Design Notes

Please visit our wiki page