Facebook API:获取基本用户信息

发布于 2024-10-01 17:36:45 字数 277 浏览 4 评论 0原文

我有一个 Facebook 应用程序,无需访问者的任何授权即可显示内容。 我希望向访问者显示一条欢迎消息(“Hello {USER_NAME}”),但不需要授权。

我正在使用 iframe,但我可以为此切换到 fbml。

我同意这仅适用于画布页面(http://{MY_DOMAIN}.com/{APP_PAGE}),不适用于 facebook 内的页面(http://app.facebook.com/{APP_PAGE})。

这怎么能做到呢? 任何帮助将不胜感激。

多里安

I have a Facebook app that displays content without requiring any authorization from the visitor.
I wish to display the visitor a welcome message ("Hello {USER_NAME}"), but without requiring authorization.

I'm using an iframe, but I can switch to fbml for this.

I'm okay with this only working for the canvas page (http://{MY_DOMAIN}.com/{APP_PAGE}) and not for the page inside facebook (http://app.facebook.com/{APP_PAGE}).

How can this be done?
Any help would be greatly appreciated.

Dorian

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

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

发布评论

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

评论(1

顾铮苏瑾 2024-10-08 17:36:45

你绝对不能用 iframe 做到这一点。我不确定 fbml,但您可以使用 fb:name 标签来尝试一下,看看它是否为匿名用户呈现。

You definitely can't do this with iframe. I'm not sure about fbml, but you can give it a shot by using an fb:name tag and seeing if it renders for anonymous users.

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