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

Fix: Kakao OAuth Failure - Headers for authorization #171

Closed
wants to merge 1 commit into from

Conversation

channprj
Copy link

@channprj channprj commented Jan 7, 2018

Issue Summary

This fixes Kakao backends. User token must be included in request header like below:

POST /v1/user/signup HTTP/1.1
Host: kapi.kakao.com
Authorization: Bearer {access_token}
Content-Type: application/x-www-form-urlencoded;charset=utf-8

I tested and it works in python 3.6.3. Feel free to check and test my code and you can do whatever you want with it.

Reference

See Kakao API Docs for more details.

Todo

  • Add profile image if it allowed to provide
  • Improve test code

I'll do it if I have more time. Thank you for reading it. ☺️

@omab omab mentioned this pull request Feb 20, 2018
googolhkl added a commit to googolhkl/social-core that referenced this pull request Feb 21, 2018
@omab omab closed this in #201 Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants