Instagram Basic Display API
Common Uses
- Get an Instagram User Access Token and permissions from an Instagram user
- Get an Instagram user’s profile
- Get an Instagram user’s images, videos, and albums
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
반응형