[API] Instagram API 사용하기 - 1 인스타그램 API 알아보기

2020. 2. 12. 11:20EXPERIENCE/OPENAPI

반응형

Instagram Basic Display API

 

Common Uses

 

1. Instagram User Access Tokens

 

API authentication is handled by Instagram User Access Tokens that conform to the OAuth 2.0 protocol. Access tokens are app-scoped (unique to the app and user pair) and can be short-lived or long-lived. API requests that query Instagram users or their media must include an Instagram User Access Token.

 

- Short-Lived Access Tokens : 1시간

- Long-Lived Access Tokens : 60일

 

2. Permissions

Data access authorization is controlled by your app users through the use of the permissions listed below. Users must grant your app these permissions through the Authorization Window(get short-lived) before your app can access their data. 

3. API Documents

https://developers.facebook.com/docs/instagram-basic-display-api/guides/getting-access-tokens-and-permissions

 

액세스 토큰 및 권한 가져오기 - Instagram 플랫폼 - 문서 - Facebook for Developers

 

developers.facebook.com

 

 

 

Instagram 기본 디스플레이 API - Instagram 플랫폼 - 문서 - Facebook for Developers

 

developers.facebook.com

 

반응형