Sign up in kakao talk by using javascript

Hello ,

I need to sign up in kakao talk directly when click on a button, so is there any java script API which we will use to sign up in kakao.

@prachi.s Sure. You can see guides below:

https://devtalk.kakao.com/t/you-need-documents-in-english/9426

https://dev.kakao.com/docs/js#카카오-로그인

(Korean)
https://devtalk.kakao.com/t/topic/20684

(Korean)
https://devtalk.kakao.com/t/topic/19931

Hello Michael ,

I am having an asp.net application and I want to SIGNUP in kakao talk by giving ID and Password using API .

So is there any API that provide signup by USERNAME and PASSWORD ?
I waiting for your reply please reply me fast .

@prachi.s If user don’t have KakaoTalk application in the phone, id/password view will be displayed automatically. And you can use REST API for signing up by id/password. But, Kakao doesn’t provides id/password text input directly but the web page included id/password input form so user’s interaction will be required via Kakao’s page. You can’t make your id/password view directly.

(I am not sure that I understand your needs correctly.)

@michael . i’ll show to you what i need.

i am having an application in asp.net.(http://korea.autocarenet.com) and i am having the username and password for login into the application.
my client wants that he can signup in kakao talk by using the same credentials that he used when login in my application ()
For example - IF I AM A USER OF http://korea.autocarenet.com with username "Admin " and Password “Admin@123”
I want to signup in kakao talk by same username and password directly with the help of Javascript API .

I am waiting for your reply

@prachi.s Kakao account is based on email. ex) id: admin@gmail.com, pass: admin123(not gmail password but kakao account’s pass).
And unfortunately kakao doesn’t provide user’s email yet(now we are discussing this email information issue) so I think you will not map the same user though your account system is based on email now.

It seems that http://korea.autocarenet.com is using JS SDK so the site is possible to log in via KakaoTalk App if the user installs KakaoTalk. (JS SDK already has the feature). If the user didn’t install KakaoTalk, Id/Password view will be displayed.

If you would like to use JS SDK for login, please see the docs above.

After login, you will call the user profile API then you can get user’s id, nickname and profile images of KakaoTalk. But the id is not the email but the unique long value in your App.

@michael
I want an api for register in kakao talk that is if user is not register with kakao I will provide email and password in api
and that user should register in kakao

@prachi.s I see… Unfortunately, 3rd-party cannot register in KakaoTalk. This is only possible in KakaoTalk App. KakaoTalk doesn’t provide the APIs yet. I am sorry. :frowning:

@michael

Thanks :slight_smile:
& In future there is some API then please let me know

1개의 좋아요