Facebook API:获取基本用户信息
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你绝对不能用 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.