类 play.libs.OAuth.Response
的使用

使用 OAuth.Response 的软件包
play.libs   
 

play.libsOAuth.Response 的使用
 

返回 OAuth.Responseplay.libs 中的方法
 OAuth.Response OAuth.retrieveAccessToken(OAuth.Response requestTokenResponse)
          Exchange a request token for an access token.
 OAuth.Response OAuth.retrieveAccessToken(java.lang.String token, java.lang.String secret)
          Exchange a request token for an access token.
 OAuth.Response OAuth.retrieveRequestToken()
          Request the request token and secret.
 OAuth.Response OAuth.retrieveRequestToken(java.lang.String callbackURL)
          Request the request token and secret.
 

参数类型为 OAuth.Responseplay.libs 中的方法
 OAuth.Response OAuth.retrieveAccessToken(OAuth.Response requestTokenResponse)
          Exchange a request token for an access token.
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly