친구 API 사용 신청

친구 API 사용 신청합니다.

앱 아이디 767394

OWNER: kmk0831@naver.com
앱이름: 와니

REST API 로 진행중이라 동작하는 화면은 보여드릴수 없고

해당 로그로 개발된 내용 공유합니다.

----------------------------------로그--------------------------------------

동의 내역 확인하기==>><200 OK OK,{“id”:2734633138,“scopes”:[{“id”:“profile_nickname”,“display_name”:“Nickname”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:false},{“id”:“profile_image”,“display_name”:“Profile image”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:false},{“id”:“friends”,“display_name”:“Friends List in Kakao Service(Including profile image, nickname, and favorites)”,“type”:“PRIVACY”,“using”:true,“agreed”:false},{“id”:“account_email”,“display_name”:“Email”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:false},{“id”:“gender”,“display_name”:“Gender”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“shipping_address”,“display_name”:“Shipping information (receiver, shipping address, phone number)”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“phone_number”,“display_name”:“Phone number”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:false},{“id”:“age_range”,“display_name”:“Age range”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“birthyear”,“display_name”:“Birth Year”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“plusfriends”,“display_name”:“Kakao Talk Channel addition status and details”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:false},{“id”:“story_read”,“display_name”:“Read access to KakaoStory posts”,“type”:“SERVICE”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“story_publish”,“display_name”:“Publish posts in KakaoStory”,“type”:“SERVICE”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“birthday”,“display_name”:“Birthday”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“story_permalink”,“display_name”:“KakaoStory profile URL”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:false},{“id”:“name”,“display_name”:“Name”,“type”:“PRIVACY”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“talk_message”,“display_name”:“Send message in KakaoTalk”,“type”:“SERVICE”,“using”:true,“agreed”:true,“revocable”:true},{“id”:“talk_calendar”,“display_name”:“Create, retrieve, edit/delete Talk Calendar and events”,“type”:“SERVICE”,“using”:true,“agreed”:false}]},[Date:“Tue, 04 Apr 2023 02:29:06 GMT”, Server:“Apache”, Access-Control-Allow-Origin:"", Access-Control-Allow-Methods:“GET, POST, PUT, DELETE, OPTIONS”, Access-Control-Allow-Headers:“Content-Type,X-Requested-With,Accept,Authorization,Origin,KA,Cache-Control,Pragma”, X-Request-ID:“9ed35e1b-2046-432c-9a7f-c249de179020”, Quota-Type:“INC_AND_CHECK”, Content-Type:“application/json;charset=UTF-8”, Content-Length:“2124”, Keep-Alive:“timeout=10, max=498”, Connection:“Keep-Alive”]>
친구 목록 가져오기=access_token==>>Tpi8tso6Miv2N1dMg7vdYlmgnG0nnvDkZaSe_2Y1Cj1ymAAAAYdKGLVs
[2023-04-04 11:29:06:26872] DEBUG 150416 — [0.0-8081-exec-3] o.s.web.client.RestTemplate : HTTP GET https://kapi.kakao.com/v1/api/talk/friends
[2023-04-04 11:29:06:26872] DEBUG 150416 — [0.0-8081-exec-3] o.s.web.client.RestTemplate : Accept=[text/plain, application/json, application/
+json, /]
[2023-04-04 11:29:06:26872] DEBUG 150416 — [0.0-8081-exec-3] o.s.web.client.RestTemplate : Writing [{friend_order=[favorit], order=[asc], limit=[100]}] with org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
[2023-04-04 11:29:06:26893] DEBUG 150416 — [0.0-8081-exec-3] o.s.web.client.RestTemplate : Response 403 FORBIDDEN
[2023-04-04 11:29:06:26897] DEBUG 150416 — [0.0-8081-exec-3] o.s.web.servlet.DispatcherServlet : Failed to complete request: org.springframework.web.client.HttpClientErrorException$Forbidden: 403 Forbidden: “{“msg”:“insufficient scopes.”,“code”:-402,“api_type”:“FRIENDS”,“required_scopes”:[“friends”],“allowed_scopes”:[“birthday”,“talk_message”,“gender”,“birthyear”,“plusfriends”,“story_permalink”,“age_range”,“account_email”,“profile_image”,“story_read”,“profile_nickname”,“name”,“phone_number”,“shipping_address”,“story_publish”]}”
[2023-04-04 11:29:06:26897] ERROR 150416 — [0.0-8081-exec-3] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.web.client.HttpClientErrorException$Forbidden: 403 Forbidden: “{“msg”:“insufficient scopes.”,“code”:-402,“api_type”:“FRIENDS”,“required_scopes”:[“friends”],“allowed_scopes”:[“birthday”,“talk_message”,“gender”,“birthyear”,“plusfriends”,“story_permalink”,“age_range”,“account_email”,“profile_image”,“story_read”,“profile_nickname”,“name”,“phone_number”,“shipping_address”,“story_publish”]}”] with root cause
org.springframework.web.client.HttpClientErrorException$Forbidden: 403 Forbidden: “{“msg”:“insufficient scopes.”,“code”:-402,“api_type”:“FRIENDS”,“required_scopes”:[“friends”],“allowed_scopes”:[“birthday”,“talk_message”,“gender”,“birthyear”,“plusfriends”,“story_permalink”,“age_range”,“account_email”,“profile_image”,“story_read”,“profile_nickname”,“name”,“phone_number”,“shipping_address”,“story_publish”]}”

안녕하세요.

아래 FAQ의 신청 양식(2. 검수방법)을 참고 부탁드립니다.

https://devtalk.kakao.com/t/api-how-to-request-permission-for-the-retrieving-list-of-friends-api-and-the-friend-picker/56783

https://kakao-tam.tistory.com/142