Skip to content

Commit

Permalink
add kakao id logging
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed Jan 17, 2024
1 parent b8e0366 commit fe69128
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public String getIdFromKakao(String baseUrl, String kakaoCode) {
);

KakaoUserResponse userResponse = kakaoApiClient.getUserInformation(Bearer + tokenResponse.accessToken());
log.info("---------> kakao id is " + userResponse.id() + "<----------------");
log.info("---------> kakao code is " + kakaoCode + "<----------------");
return String.valueOf(userResponse.id());
}
}

0 comments on commit fe69128

Please sign in to comment.