我想从公司的Facebook页面获取一些数据,但我不知道我可以期待什么样的数据。 Here只是我可以使用的一小部分属性,虽然我可以看到我可以根据他们的官方示例获得更多:
{
"id": "19292868552",
"name": "Facebook Platform",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/50414_19292868552_7650_s.jpg",
"link": "http://www.facebook.com/platform",
"category": "Product/service",
"website": "http://developers.facebook.com",
"username": "platform",
"founded": "May 2007",
"company_overview": "Facebook Platform enables anyone to build social applications on Facebook and the web.",
"mission": "To make the web more open and social.",
"fan_count": 1522363
}
在官方网站上写道:
特定类别的网页有 其他字段取决于 类别。
但这意味着什么?是否有一组有限的属性可以放在页面上,或者公司可以选择他们想要放置的内容?我在哪里可以获得可以在页面上的完整字段列表?
谢谢,
伊万
答案 0 :(得分:0)
在Facebook中创建页面时,它允许您选择要创建的页面类型,例如产品,服务,公司等。
根据您选择的类别,我猜您的页面会有一些内在的信息字段。无论如何,我不认为一个类别与其他类别有很大的不同,你应该对你在问题中列出的标准字段做得很好。