gpt4 book ai didi

java - 使用 RestFB 列出组

转载 作者:行者123 更新时间:2023-12-02 11:17:32 26 4
gpt4 key购买 nike

我有这个代码:

        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());
}

返回null,而访问 token 设置为有权访问组。

enter image description here

RestFB 可能出了什么问题?我使用的是2.4.0版本

最佳答案

您可以通过以下方式获取访问 token :

Login to your facebook
Go to your profile page
Right click to "View Page Source"
Find text with key: "access_token"

关于java - 使用 RestFB 列出组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50169641/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com