Kakao Connect
To use Kakao Talk or Kakao Sync as a social login provider, you will need an App ID and App Secret from your Kakao app. You’ll then need to copy these keys into your ReachFive settings.
This docs detail how to create a Kakao App and connect it to your ReachFive account.
Connect Kakao with ReachFive
-
Go to Kakao Developers and log in.
-
Create a new application or go to your existing Kakao app.
-
You’ll need to Register a Web platform and add the site and default domain for your application.
https://<REACHFIVE_DOMAIN> (1)
1 Where <REACHFIVE_DOMAIN>
is your domain. -
Next, you must activate Kakao Login.
-
Finally, you’ll need to set your redirect URI with the following:
https://<REACHFIVE_DOMAIN>/login/callback (1)
1 Where <REACHFIVE_DOMAIN>
is your domain. -
After creating your app on Kakao, you’ll need to connect the app to ReachFive, to do so:
-
Get the necessary keys from your Kakao application.
This is typically found in the App Keys section in your Kakao app dashboard.
Kakao ReachFive REST API key
Client ID
Admin key
Client secret
-
Go
on your ReachFive Console. -
Paste the REST API key from your Kakao app into the Client ID field in the dialog.
-
Paste the Admin key from your Kakao app into the Client secret field in the dialog.
-
Don’t forget to Save your input.
-