Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的 facebook 帐户中检索最近的帖子。我可以通过以下网址查看帖子
https://www.facebook.com/feeds/page.php?format=json&id=<myfbid>
输出为 JSON 格式。但是当我尝试在 PHP 中使用 json decode 获取数据时。数据不来。请让我知道是什么问题。
$facebook->api(me/feed);
试试这个以获得最新的提要
你在使用 json_decode 吗?