Facebook Javascript SDK 响应属性
在用户通过身份验证后,是否有一个包含我可以使用响应询问的所有属性的列表?像response.name、response.last_name 等?我想看完整的清单..
Is there a list with all the properties I can ask using response after user was authenticated? like response.name, response.last_name and other? I would like to see a full list..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
包含以下行:
在您的 Javascript 中 然后在您最喜欢的现代浏览器中加载 Firebug 并转到控制台选项卡。您应该能够将响应视为一个对象。
Include the line:
in your Javascript. Then load up Firebug in your favourite modern browser and go to the console tab. You should be able to view the response as an object.
您的案例的完整响应对象应如下所示:
A full response object for you case should look like this: