oAuthAccessToken function

String oAuthAccessToken()

Implementation

String oAuthAccessToken() {
  return plurkBaseUrl + "/OAuth/access_token";
}