换页的 FQL 等效项

发布于 2024-10-07 07:31:28 字数 268 浏览 0 评论 0原文


我正在寻找 https://graph.facebook.com/coca-cola/feed 的 FQL 等价物

上面的图形 API 调用将返回大量我不需要的数据。我正在寻找 FQL 等效项以仅返回 id、from_id、from_name、message 和created_time。

请帮忙致以

最诚挚的问候...

Hi
I am looking for the FQL equlant for https://graph.facebook.com/coca-cola/feed

The above Graph API call will return lot of data which I don't need.. I am looking for the FQL equilant to return only the id, from_id, from_name, message and created_time.

Please help

Best Regards...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜嗑 2024-10-14 07:31:29

这是您应该查询的表 http://developers.facebook.com/docs/reference/ fql/流/

不过,请求 https://graph.facebook.com/coca-cola/feed?fields=id,from_id,from_name,message,created_time 可能会更容易。不过,它返回一个错误 - from_idfrom_name 不存在,因此尝试 https://graph.facebook.com/coca-cola/feed? fields=id,message,created_time

希望有帮助。

Here's the table you should query http://developers.facebook.com/docs/reference/fql/stream/.

However, it might be easier to request https://graph.facebook.com/coca-cola/feed?fields=id,from_id,from_name,message,created_time. Though, it returns an error - from_id and from_name don't exist, thus try https://graph.facebook.com/coca-cola/feed?fields=id,message,created_time.

Hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文