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.
$user_profile = $facebook->api("/me/feed/", 'GET'); echo $user_profile;
结果是另一回事
示例:“A 和 B 现在是朋友”和“A 喜欢 ..”等。虽然这些不是我的墙贴。
你是在请求read_stream许可吗?如果您请求正确的许可,您将能够看到您的提要中的所有帖子(受隐私设置的限制)。
read_stream