在django中使用新浪微博登陆账号的例子
- 依赖新浪微博的python SDK
- 需要先申请新浪微博开放平台的开发者账号
python manage.py runserver- 访问url:localhost:8000/accounts/login/sina/
- 在认证页面确认授权
- 如果demo运行有问题,可参见:http://pythoner.net/accounts/login/sina/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
在django中使用新浪微博登陆账号的例子
python manage.py runserver