我已經取得了public_content範圍的許可。Instagram api用戶
下面的php代碼,我創建。
如果用戶($ id5)不是access_token的所有者,則不存在數據返回。
感謝任何幫助。
-user is exists。
- 如果用戶是所有者,則返回數據。
php code: $ 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);
此代碼是根據下面的頁面創建:
https://www.instagram.com/developer/endpoints/users/