Skip to content

Instantly share code, notes, and snippets.

@QETHAN
Created April 25, 2013 15:01
Show Gist options
  • Save QETHAN/5460376 to your computer and use it in GitHub Desktop.
Save QETHAN/5460376 to your computer and use it in GitHub Desktop.

##获取code

https://github.com/login/oauth/authorize?client_id=7602b13793442f76185d

##获取access_token

https://github.com/login/oauth/access_token?client_id=7602b13793442f76185d&client_secret=0decbd9568fe947270774835e55c4f39521f4e20&code=94a6da1344c4474115fc

access_token=03d17293d2b5f6d00a2f68bd5ecb8dff7446944f&token_type=bearer

##获取用户信息

https://api.github.com/user?access_token=03d17293d2b5f6d00a2f68bd5ecb8dff7446944f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment