Uses of Class
com.belerweb.social.weibo.bean.AccessToken

Packages that use AccessToken
com.belerweb.social.weibo.api   
com.belerweb.social.weibo.bean   
 

Uses of AccessToken in com.belerweb.social.weibo.api
 

Methods in com.belerweb.social.weibo.api that return types with arguments of type AccessToken
 Result<AccessToken> OAuth2.accessToken(String code)
          从 Weibo 从获取clientId,clientSecret,grantType,redirectUri 使用 authorization_code
 Result<AccessToken> OAuth2.accessToken(String code, String redirectUri)
          从 Weibo 从获取clientId,clientSecret,grantType 使用 authorization_code
 Result<AccessToken> OAuth2.accessToken(String clientId, String clientSecret, String grantType, String code, String redirectUri)
          OAuth2的access_token接口 文档地址:http://open.weibo.com/wiki/OAuth2/access_token
 

Uses of AccessToken in com.belerweb.social.weibo.bean
 

Methods in com.belerweb.social.weibo.bean that return AccessToken
static AccessToken AccessToken.parse(org.json.JSONObject jsonObject)
           
 



Copyright © 2014. All Rights Reserved.