REST API 도구를 사용해서 시험하는 중인데, 친구 정보 요청 에러가 나옵니다.(아래)
검수를 받기 전에는 ‘팀관리’ 에 표시된 맴버들은 가능한걸로 알고있는데… 제가 뭔가를 잘못설정한게 있는건가요?
응답 결과
403 Forbidden
date: Thu, 08 Aug 2019 11:03:51 GMT
content-encoding: gzip
connection: keep-alive
transfer-encoding: chunked
content-type: text/plain; charset=utf-8
{
“msg”: “insufficient scopes.”,
“code”: -402,
“api_type”: “FRIENDS”,
“required_scopes”: [
“friends”
],
“allowed_scopes”: [
“age_range”,
“birthday”,
“account_email”,
“story_read”,
“talk_message”,
“gender”,
“profile”,
“story_publish”