gpt4 book ai didi

java - restfb 获取对象

转载 作者:行者123 更新时间:2023-11-30 07:11:57 26 4
gpt4 key购买 nike

我今天只使用restfb,并使用restfb编写了一些演示应用程序。但新的api版本1.30与文档不匹配。

在文档中,获取对象是这样写的..

Page page = facebookClient.fetchObject("cocacola", Page.class);

但是新版本我只能这样写...

Page page = client.fetchObject("cocacola", Page.class,Parameter.with("fields", "name,id"));

使用参数获取可能会更快,但我想从 Facebook 页面获取所有数据。我不想处理特定的参数,因为如果我需要更多参数,我就必须写更多。我想从页面中获取所有数据。那么,有什么建议吗?

最佳答案

让我引用restfb文档:

Facebook made a breaking change with Graph API 2.4 and you now have to provide the fields parameter to get the fields you need. According to Facebook, reducing the default fields leads to faster performance. In the Advanced Usage section you'll find a example how the fields are requested with RestFB.

关于java - restfb 获取对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39086446/

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