如何处理 Facebook graph api 返回的对象
所以,我从 Facebook 得到了这个 URL: https://graph.facebook.com/cocacola
如果你打开这样,URL 将返回一个对象。请教我如何处理并将其放在我的网站上。
我认为这与 XML 遍历有关?我不知道。。请教我。。
So, I got this URL from Facebook: https://graph.facebook.com/cocacola
If you open that up, the URL will return an object. Please teach me how to process that and put it in my website.
I think it has to do with traversing with XML? I don't know.. Please teach me..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那就是 JSON。请参阅
json_decode()
。That would be JSON. See
json_decode()
.该页面似乎是 JSON,而不是 XML。这是一个不错的 JSON 和 PHP 指南 http://www.itnewb。 com/v/JSON 和 PHP 简介
That page appears to be JSON, not XML. Here is a decent guide to JSON and PHP http://www.itnewb.com/v/Introduction-to-JSON-and-PHP