新浪微博
1. 登陆授权
//请求
https://api.weibo.com/oauth2/authorize?client_id=123050457758183&redirect_uri=http://www.example.com/response&response_type=code
//同意授权后会重定向
http://www.example.com/response&code=CODE
简单来说,点击一个a标签进行授权,然后新浪给我们重定向的时候返回一个code,
参考http://open.weibo.com/wiki/Oauth2/authorize