使用 Facebook Graph API 全面了解搜索结果

发布于 2024-10-15 00:09:15 字数 486 浏览 1 评论 0原文

在 Facebook Graph API 中,我试图在搜索结果中获取每个用户的整体情况。以下调用将为我提供每个用户的小图片:

https://graph.facebook.com/search?q=Bob%20Grossman&fields=name,id,picture&limit=10&type=user&access_token=*

通过添加 type=large 参数,可以轻松获取单个用户的整体情况。但搜索时这似乎被忽略(可能是因为已经有一个“类型”参数用于过滤搜索结果)。 有什么办法可以使用 Graph API 来做到这一点吗?

谢谢!

In Facebook Graph API, I'm trying to get the large picture of each user in a search result. The following call will give me the small picture of each user:

https://graph.facebook.com/search?q=Bob%20Grossman&fields=name,id,picture&limit=10&type=user&access_token=*

It's rather easy to get the large picture for a single user, by adding the type=large parameter. But that seems to be ignored when searching (probably since there's already a 'type' parameter used to filter the search results).
Is there any way I can do it with Graph API?

Thanks!

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

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

发布评论

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

评论(1

郁金香雨 2024-10-22 00:09:15

我的方法是预先获取所有带有大图片和方形图片的用户,以便我可以选择使用其中任何一个。据我所知,您无法使用 Graph API 执行此操作,因为 Graph API 是预定义的以呈现特定的输出。

如果您需要更多这方面的信息,请告诉我。

My approach was to pre-fetch all users with the large and square pictures so that I can choose to use either. As far as I know, you cannot do this with the Graph API because the Graph API is pre-defined to present a specific output.

Let me know if you need more information around this.

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