Facebook API 无需 FBML 即可获取用户本地时间

发布于 2024-09-25 05:05:44 字数 290 浏览 4 评论 0原文

我正在使用 Facebook Toolkit 编写 Facebook Iframe 画布应用程序。 有一个特定的操作,我需要存储该操作的日期和时间,并且将来我想将其呈现给用户作为日期和时间,例如(2010 年 9 月 20 日上午 10:05)。

这里的问题是每个 Facebook 用户都有自己的本地日期和时间。我找到了使用 FBML 标签的解决方案,但我正在寻找非 fbml 方法。

有什么想法吗?

I'm writing a Facebook Iframe canvas application using the Facebook Toolkit.
There is a certain action where I need to store the date and time for the action, and in the future I want to render it for the user as a date and time like (10:05 AM 20 September 2010).

The problem here is that each facebook user has his own local date and time. I found a solution using the FBML tag but I'm looking for a non-fbml approach.

Any ideas?

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

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

发布评论

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

评论(1

南巷近海 2024-10-02 05:05:44

使用 FQL:

select timezone from user where uid = <user_id>

请参阅 user

Using FQL:

select timezone from user where uid = <user_id>

see user table

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