gpt4 book ai didi

java - 有没有什么方法可以使用 Spring Social、restfb 等从公共(public) Facebook 页面获取提要

转载 作者:行者123 更新时间:2023-12-02 01:21:13 24 4
gpt4 key购买 nike

我正在尝试在我的 java 应用程序中获取公共(public) Facebook 页面的提要。我正在使用图形 API。我不断收到错误消息。下面列出了错误。

我已多次生成访问 token 。

FacebookClient facebookClient = new DefaultFacebookClient("my access token goes here", Version.VERSION_4_0);

User user = facebookClient.fetchObject("me", User.class);
Page page = facebookClient.fetchObject("cocacola", Page.class,
Parameter.with("fields", "fan_count"));

out.println("User name: " + user.getName());
out.println("Page likes: " + page.getFanCount());

Exception in thread "main" com.restfb.exception.FacebookOAuthException: Received Facebook error response of type OAuthException: (#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook

最佳答案

就像错误响应所说,要读取您的应用需要审核和批准页面公共(public)内容访问的公共(public)页面数据,您无法在没有它的情况下访问/读取公共(public)页面数据。请参阅https://developers.facebook.com/docs/apps/review/feature/#reference-PAGES_ACCESS

关于java - 有没有什么方法可以使用 Spring Social、restfb 等从公共(public) Facebook 页面获取提要,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57648910/

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