728x90
반응형
{
"error_type": "OAuthException",
"code": 400,
"error_message": "Insufficient developer role"
}
인스타그램 토큰 생성 중 발생한 오류입니다.
Add or Remove Instagram Testers로 들어가서 인스타그램 테스터를 추가해줍니다.
https://www.instagram.com/accounts/manage_access/
본인 인스타계정으로 들어가서 해당 앱을 활성화 및 허용해주시면 됩니다.
이후 토큰 재발급을 하시면 정상적으로 발급이 가능합니다.
단기토큰 발급 받으신 후 아래 url로 요청을 보내시면 장기토큰값을 받을 수 있습니다.
https://graph.instagram.com/refresh_access_token
?grant_type=ig_refresh_token
&access_token={단기토큰}
{
"access_token": "장기토큰",
"token_type": "bearer",
"expires_in": 5183733
}
자세한 내용은 아래의 공식문서를 확인해주세요
https://developers.facebook.com/docs/instagram-basic-display-api/guides
728x90