Skip to content

qrtt1/jplurk-oauth

Repository files navigation

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