1、请求微博获取授权 接口:oauth2/access_token
因为要用post 请求,所以要借用Python 的requests 库
2、拿到access_token ,后续有要用到用户信息的接口,可以拿这个access_token