Weibo oauth

This commit is contained in:
Unknown 2014-04-14 05:07:19 -04:00
parent c3c2cfebaa
commit 3c3cda7326
3 changed files with 14 additions and 7 deletions

View file

@ -98,16 +98,20 @@ ENABLED = false
CLIENT_ID =
CLIENT_SECRET =
SCOPES = all
AUTH_URL = https://open.t.qq.com/cgi-bin/oauth2/authorize
TOKEN_URL = https://open.t.qq.com/cgi-bin/oauth2/access_token
AUTH_URL = https://graph.qq.com/oauth2.0/authorize
TOKEN_URL = https://graph.qq.com/oauth2.0/token
[oauth.twitter]
ENABLED = false
CLIENT_ID =
CLIENT_SECRET =
SCOPES = all
AUTH_URL = https://api.twitter.com/oauth/authorize
TOKEN_URL = https://api.twitter.com/oauth/access_token
; Tencent weibo
AUTH_URL = https://open.t.qq.com/cgi-bin/oauth2/authorize
TOKEN_URL = https://open.t.qq.com/cgi-bin/oauth2/access_token
; QQ 互联
; AUTH_URL = https://api.twitter.com/oauth/authorize
; TOKEN_URL = https://api.twitter.com/oauth/access_token
[oauth.weibo]
ENABLED = false