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

can not get email and profile of user in KakaoAccountResult #13

Closed rocky-concetto closed 4 years ago

rocky-concetto commented 5 years ago

when we login in kakao and get KakaoAccountResult, there is only name and id , we are getting mail and proifle blank , even if we have that in our kakao account.

Please help

JosephNK commented 5 years ago

@rocky-concetto

Hi, rocky-concetto

In case of email

First of all, you need to configure it in the Kakao console web page. You must switch it on to allow email.

Secondly, even if you set an email, you cannot receive it unless the user agrees.

See https://developers.kakao.com/

rocky-concetto commented 5 years ago

Screenshot 2019-08-13 at 10 27 07 AM Screenshot 2019-08-13 at 10 26 56 AM see my settings in Kakao console web page, i have already allow email and profile ,

JosephNK commented 5 years ago

@rocky-concetto

Hi, rocky-concetto!

Did the user choose to allow email when logging in to Kakao after launching the your app?

rocky-concetto commented 4 years ago

Yes, I allowed

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.