Facebook API 无需 FBML 即可获取用户本地时间
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 FQL:
请参阅
user
表Using FQL:
see
user
table