自定义 FQL 响应的语言

发布于 2024-12-13 04:02:41 字数 154 浏览 1 评论 0原文

有没有办法获得不同语言的 FQL 结果?

目前,FQL 的响应以英语返回。我可以自定义语言以获得其他语言的响应吗?

Is there a way to get the FQL results in different languages?

Right now, FQL's response is returned in English. Can I customize the language to get response in some other language?

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

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

发布评论

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

评论(1

千里故人稀 2024-12-20 04:02:41

例如,只需使用 ?locale=en_GB 或您喜欢的任何内容即

GET https://graph.facebook.com/fql?locale=de_DE&q=SELECT relationship_status FROM user WHERE uid =me()&access_token=...

可以德语显示当前用户的关系状态。您可以使用 图形 API 资源管理器

Just use ?locale=en_GB or whatever you like, for example,

GET https://graph.facebook.com/fql?locale=de_DE&q=SELECT relationship_status FROM user WHERE uid =me()&access_token=...

would show the current user's relationship status in German. You can try this out with the Graph API Explorer.

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