Uses of Class
com.belerweb.social.weixin.bean.GetFollowersResult

Packages that use GetFollowersResult
com.belerweb.social.weixin.api   
com.belerweb.social.weixin.bean   
 

Uses of GetFollowersResult in com.belerweb.social.weixin.api
 

Methods in com.belerweb.social.weixin.api that return types with arguments of type GetFollowersResult
 Result<GetFollowersResult> User.getFollowers()
          获取所欲关注者列表
 Result<GetFollowersResult> User.getFollowers(String accessToken)
          获取所欲关注者列表
 Result<GetFollowersResult> User.getFollowers(String accessToken, String openId)
          获取关注者列表 公众号可通过本接口来获取帐号的关注者列表,关注者列表由一串OpenID(加密后的微信号,每个用户对每个公众号的OpenID是唯一的)组成。一次拉取调用最多拉取10000个关注者的OpenID ,可以通过多次拉取的方式来满足需求。 文档地址:http://mp.weixin.qq.com/wiki/index.php?title=获取关注者列表
 

Uses of GetFollowersResult in com.belerweb.social.weixin.bean
 

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



Copyright © 2014. All Rights Reserved.