【发布时间】:2017-02-25 09:54:40
【问题描述】:
我已经取得了 public_content 范围的权限。
按照 php 代码,我创建了。
没有数据返回,如果user($id5)不是access_token的所有者。
感谢任何帮助。
-用户存在。
-如果用户是所有者,则有返回数据。
php代码: $json5 = @file_get_contents("https://api.instagram.com/v1/users/{$id5}/?access_token=[MY-ACCESS-TOKEN]");
$json_deco5 = json_decode($json5, true);
print_r($json_deco5);
此代码由以下页面创建:
【问题讨论】:
标签: instagram-api