如何使用 Facebook 的“自动完成任何内容”功能 建议式下拉菜单

发布于 2024-07-20 14:24:48 字数 127 浏览 9 评论 0原文

当您在 Facebook 上编辑您最喜欢的音乐或电影时,您会注意到一个自动完成建议列表,该列表基本上是“所有内容”的列表(品牌名称、音乐艺术家、电影等)。人们如何在自己的列表中使用该列表代码? 它是 Facebook API 的一部分吗?

When you go to edit your favorite music or movies on Facebook, you will notice an autocomplete suggest list that is basically a list of "everything" (brand names, music artists, movies, etc.) How can someone consume that list in their own code? Is it part of the Facebook API?

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

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

发布评论

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

评论(2

待"谢繁草 2024-07-27 14:24:48

他们将一些功能包装在 FBML 字段中,但他们的开发者 wiki 显示 他们如何做他们所做的事情。 如果您想使用他们的数据,则必须使用 HTTP 代理并找出要发送到服务器的参数。 还有一些参数似乎是基于会话的,所以我不知道您能否将其集成到您自己的应用程序中。

They wrap some of the functionality in their FBML fields, but their developer wiki shows how they do what they do. If you want to consume their data though, you're going to have to play with an HTTP proxy and figure out what parameters to send to their server. There are also a couple parameters that seem to be session based, so I don't know how well you're going to be able to integrate this into your own application.

甜心 2024-07-27 14:24:48

这已经工作了一段时间,但现在他们需要会话 cookie,所以我们不得不希望他们在图形 api 中添加对此的支持,除非你想与代理对抗。

This was working for awhile, but now they require the session cookie, so we'll have to hope they add support for this to the graph api, unless you want to fight w/ the proxy.

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