Social — entry 015 of 38
Kakao
Kakao's developer platform bundles Kakao Login (an OAuth 2.0 / OpenID Connect social-login service) with KakaoTalk Sharing, Kakao Sync, and Social Plugins that let apps authenticate South Korean users and post messages into their KakaoTalk chats. Requests to kapi.kakao.com require a bearer access token from the OAuth flow, and while login and basic sharing are free, higher-volume messaging features are metered under Kakao's paid API plans.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Free/default tier: 3,000,000 calls/month across all APIs, layered with per-API daily quotas (e.g. Kakao Talk Profile and Kakao Talk Message each 30,000 calls/day); Kakao Login token issuance capped at 20 access tokens per 10 minutes and 30 refresh tokens per 60 minutes