First time here? Check out the FAQ!
0

sina weibo as authentication backend

there have any plan for add sina weibo and tencent to the authentication backends? those are the major social network in china.

i know there have an project called django-social-auth already have integrated the most social network.

jeffery's avatar
3
jeffery
asked 2013-06-28 01:29:18 -0500, updated 2013-06-28 01:30:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

It's certainly possible to use another authertication backend instead of the one bundled with Askbot by changing settings.py file.

Also it should be possible to add parameters to the askbot/deps/django_authopenid/utils.py in the same way as others are added. Weibo uses OAuth1 or OAuth2, which are supported by the Askbot so it should be a matter of adding data.

Evgeny's avatar
13.2k
Evgeny
answered 2013-06-28 01:50:50 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments