팀멤버로 가입된 친구(A)에게 문자를 보내기 위해 친구 목록가져오기를 시도하고 있읍니다.
친구A는 친구 정보 제공 조건( ➊사용자와 친구 모두 카카오 서비스 내 친구 목록 제공에 동의한 상태일 것, ➋친구인 사용자가 앱과 연결된 상태일 것, ➌숨김 또는 차단 친구가 아닐 것)을 만족해다고 생각하는데 uuid를 요청하면 아래와 같은 error가 발생하는데 어떻게 해결해야 하나요
{“msg”:“insufficient scopes.”,“code”:-402,“api_type”:“FRIENDS”,“required_scopes”:[“friends”],“allowed_scopes”:[“profile”]}
친구 api를 사용하기 위해 로그인한 계정이 사용자 동의 항목을 설정하지 않은 경우에 발생하는 에러입니다.
친구 api의 fap의 2번 항목을 참고하시기 바랍니다.
1. 파라미터를 잘못 넣은 경우
{"msg":"Constraints on the parameter [receiver_uuids] are unsatisfied. The input receiver id(s) is invalid format.","code":-2}
{"msg":"Constraints on the parameter [receiver_uuids] are unsatisfied. Not allowed to send a message to some of receivers.","code":-2}
{"msg":"The Parameter [receiver_uuids] cannot be null.","code":-2}
{"msg":"The Parameter [receiver_uuids] cannot be empty.","code":-2}
부적절한 receiver_uuids 를 넣은 경우에 해당합니다.
receiver_uuids 는 친구 목록 받기 API 를 통해 얻은 친구의 uuid …