私はすでにpublic_contentスコープの許可を受けています。Instagram api users
PHPコードに続いて、私は作成しました。
user($ id5)がaccess_tokenの所有者でない場合、データの返却はありません。
ありがとうございました。
-userが存在します。
- ユーザーがオーナーの場合は、返品データがあります。
phpコード: $ json5 = @file_get_contents( "https://api.instagram.com/v1/users/ {?id_} /?access_token = [MY-ACCESS-TOKEN]");
$ json_deco5 = json_decode($ json5、true);
print_r($ json_deco5);
このコードは、以下のページで作成されます。
https://www.instagram.com/developer/endpoints/users/