Facebook 获取 http://graph.facebook.com/{id} 的对象类型
当我获得 Facebook 图形对象时,我想区分页面和用户。 问题是,我还没有找到任何可以作为此决定依据的标准。
typeof 函数或几乎任何东西都会很棒,但我在文档中找不到任何内容。
When I get a facebook graph object, I would like to differntiate between pages and users.
Problem, I have not found any criteria on which I can base this decision.
A typeof function or nearly anything would be great, but I can't find anything in the documentation..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加
metadata=1
请求参数,您将获得一个type
属性,告诉您它是什么。Add a
metadata=1
request parameter and you will get atype
property that tells you what it is.