我有这段代码:
__declspec(dllexport)
返回 FacebookClient client = new DefaultFacebookClient(accessToken, Version.LATEST);
Connection<Group> group = client.fetchConnection("me/groups", Group.class);
if(!group.getData().isEmpty()){
Group firstGroup = group.getData().get(0);
System.out.println(firstGroup.getDescription());
}
,而访问令牌设置为可以访问组。
RestFB有什么问题?我使用的是2.4.0版本
答案 0 :(得分:1)
您可以通过以下方式获取访问令牌:
Login to your facebook
Go to your profile page
Right click to "View Page Source"
Find text with key: "access_token"