분류 전체보기98 카카오 '톡캘린더' REST API 사용법 _ 일반 일정 > 상세 조회하기 먼저, 로그인 과정을 진행해준다.https://doraemin.tistory.com/17 제품 설정 > 카카오 로그인 "활성화"하기활성화 설정 ONRedirect URI 설정 ex) https://localhost.com크롬(시크릿모드)에서 '카" data-og-host="doraemin.tistory.com" data-og-source-url="https://doraemin.tistory.com/17" data-og-url="https://doraemin.tistory.com/17" data-og-image="https://scrap.kakaocdn.net/dn/wNvL3/hyWV4cZh79/LlDPdo3H8xMw30JmSs3JL0/img.png?width=800&height=659&face=0_0_8.. 2024. 8. 30. 카카오 '톡캘린더' REST API 사용법 _ 일반 일정 > 목록 가져오기 먼저, 로그인 과정을 진행해준다.https://doraemin.tistory.com/17 제품 설정 > 카카오 로그인 "활성화"하기활성화 설정 ONRedirect URI 설정 ex) https://localhost.com크롬(시크릿모드)에서 '카" data-og-host="doraemin.tistory.com" data-og-source-url="https://doraemin.tistory.com/17" data-og-url="https://doraemin.tistory.com/17" data-og-image="https://scrap.kakaocdn.net/dn/wNvL3/hyWV4cZh79/LlDPdo3H8xMw30JmSs3JL0/img.png?width=800&height=659&face=0_0_8.. 2024. 8. 30. 카카오 '톡캘린더' REST API 사용법 _ 일반 일정 > 생성하기 먼저, 로그인 과정을 진행해준다.https://doraemin.tistory.com/17 제품 설정 > 카카오 로그인 "활성화"하기활성화 설정 ONRedirect URI 설정 ex) https://localhost.com크롬(시크릿모드)에서 '카" data-og-host="doraemin.tistory.com" data-og-source-url="https://doraemin.tistory.com/17" data-og-url="https://doraemin.tistory.com/17" data-og-image="https://scrap.kakaocdn.net/dn/wNvL3/hyWV4cZh79/LlDPdo3H8xMw30JmSs3JL0/img.png?width=800&height=659&face=0_0_8.. 2024. 8. 30. 카카오 톡캘린더 API 가져오기 _ 추가 항목 동의 에러 { "msg": "insufficient scopes.", "code": -402, "api_type": "CALENDAR_GET_CALENDARS", "required_scopes": [ "talk_calendar" ], "allowed_scopes": []} 앞서 로그인 한 후에, 접근 권한을 수정해주었기 때문에 (https://doraemin.tistory.com/18) 사용자가 동의하지 않은 동의항목에 대한 추가 동의를 요청해줘야 한다.참고 : https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#request-code-additional-consent Kakao Developers카카오 A.. 2024. 8. 29. 카카오 톡캘린더 API 가져오기 _ 접근 권환 동의 에러 { "msg": "[JejuTravel] App disabled [talk_calendar] scopes for [CALENDAR_GET_CALENDARS] API on developers.kakao.com. Enable it first.", "code": -3} 접근 권한 에러인 것이다. 내 애플리케이션 > 제품 설정 > 카카오 로그인 > 동의항목들어가서, 아래쪽의 '접근 권환' '설정'을 '사용 안 함' 에서 '이용 중 동의'로 변경해주자. 이후, 추가 항목 동의를 시행해주어야 한다. 다시 로그인 과정을 거쳐야 한다.자세한 내용은 아래 글 참고.https://doraemin.tistory.com/19 카카오 톡캘린더 API 가져오기 _ 추가 항목 동의 에러{ "msg": "insuff.. 2024. 8. 29. 카카오 API 사용법 _ 로그인 토근 발급 받기 https://developers.kakao.com/console/app 에서 애플리케이션 추가하기내 애플리케이션 > 제품 설정 > 카카오 로그인 "활성화"하기활성화 설정 ONRedirect URI 설정 ex) https://localhost.com크롬(시크릿모드)에서 '카카오톡 로그인 인가' 받기 위한 url 입력 https://kauth.kakao.com/oauth/authorize?client_id={ 앱 REST API 키 }&redirect_uri={ 앞서 작성한, Redirect URI }&response_type=code 카카오 공식 문서 참고 : https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#request-code '.. 2024. 8. 29. 이전 1 ··· 11 12 13 14 15 16 17 다음