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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
jeffery's avatar
3
jeffery
asked 11 years ago, updated 11 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

see more comments