Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support KAKAO API v2 #5

Closed
Joungkyun opened this issue May 25, 2018 · 0 comments
Closed

Support KAKAO API v2 #5

Joungkyun opened this issue May 25, 2018 · 0 comments
Assignees
Milestone

Comments

@Joungkyun
Copy link
Member

Joungkyun commented May 25, 2018

Environments :

  • Product Version : 1.0.7 and all
  • PHP version : All

Expected :

Support KAKAO API v2

Actually :

Don't support yet.

method of represent :

See also: https://developers.kakao.com/docs/restapi/user-management#%EC%82%AC%EC%9A%A9%EC%9E%90-%EC%A0%95%EB%B3%B4-%EC%9A%94%EC%B2%AD

V1 data

stdClass Object
(
   [kaccount_email]
   [kaccount_email_verified]
   [id]
   [properties] = stdClass Object
   (
       [profile_image]
       [nickname]
       [thumbnail_image]
   )
)

V2 data

stdClass Object
(
    [id]
    [has_signed_up]
    [properties] => stdClass Object
        (
            [nickname]
            [profile_image]
            [thumbnail_image]
        )
    [kakao_account] => stdClass Object
        (
            [has_email]
            [is_email_valid]
            [is_email_verified]
            [email]
            [has_age_range]
            [has_birthday]
            [has_gender]
        )
)
@Joungkyun Joungkyun added this to the 1.0.8 milestone May 25, 2018
@Joungkyun Joungkyun self-assigned this May 25, 2018
Joungkyun added a commit that referenced this issue May 25, 2018
Joungkyun added a commit that referenced this issue May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant