public void getFriendList(Callback<JsonNode> friendListCallBack) {
this.callBack = (NotificationCallBack) friendListCallBack;
wrapper.get(friendURL).header("Content-Type", "application/json")
.header("Authorization", "Bearer " + access_token)
.asJsonAsync(friendListCallBack);
}
OAuth2AsyncFBClient.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:AsyncFBClient
作者:
评论列表
文章目录