如何处理 Facebook graph api 返回的对象

发布于 2024-10-11 16:43:08 字数 215 浏览 2 评论 0原文

所以,我从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

柳絮泡泡 2024-10-18 16:43:08

那就是 JSON。请参阅json_decode()

That would be JSON. See json_decode().

皇甫轩 2024-10-18 16:43:08

该页面似乎是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文