On September 4, 2024, we announced the deprecation of the Instagram Basic Display API.
Starting December 4, 2024, all requests to the Instagram Basic Display API will return an error message. We recommend that you migrate your app to the Instagram API to avoid any disruption to your services.
지원되지 않는 작업입니다.
GET /{user-id}/media
유형 | 요구 사항 |
---|---|
|
GET https://graph.instagram.com/{api-version}/{user-id}/media ?access_token={access-token}
자리 표시자 | 값 |
---|---|
| API 버전. |
| 앱 사용자의 앱 범위 사용자 ID(버전 11.0+) 또는 원시 사용자 ID(모든 버전). |
요청을 보강하기 위해 다음 쿼리 문자열 매개변수를 포함합니다.
키 | 값 |
---|---|
| 앱 사용자의 Instagram 사용자 액세스 토큰입니다. |
| |
| Unix 타임스탬프 또는 시간 기반 데이터 범위의 시작을 가리키는 |
| Unix 타임스탬프 또는 시간 기반 데이터 범위의 끝을 가리키는 |
요청한 데이터가 포함된 JSON 형식의 개체.
{ "data": [], "paging": {} }
curl -X GET \
'https://graph.instagram.com/v21.0
/10218560180051171/media?access_token=IGQVJ...'
{ "data": [ { "id": "17895695668004550" }, { "id": "17899305451014820" }, { "id": "17896450804038745" }, { "id": "17881042411086627" } ], "paging": { "cursors": { "after": "MTAxN...", "before": "NDMyN..." }, "next": "https://graph.faceb..." } }
지원되지 않는 작업입니다.
지원되지 않는 작업입니다.