JosephNK / flutter_kakao_login

A Flutter plugin for using the native Kakao Login SDKs on Android and iOS.
BSD 2-Clause "Simplified" License
35 stars 15 forks source link

"Access token does not exist" issue #21

Closed 06153 closed 4 years ago

06153 commented 4 years ago

After retrieving access token via final KakaoAccessToken accessToken = await (kakaoSignIn.currentAccessToken); ... I check it at https://kapi.kakao.com/v2/user/me and the response is"this access token does not exist"

What can be the reason?