You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same error. My generated url, for whatever reason, ended up as: https://api.weibo.com/oauth2/authorize?redirect_uri=https%3A//api.weibo.com/oauth2/default.html&response_type=code&client_id=3331125062
Traceback (most recent call last):
File "weibo_bot.py", line 156, in
check_user(1372451215)
File "weibo_bot.py", line 104, in check_user
token = client.request_access_token(code)
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 263, in request_access_token
code = code, grant_type = 'authorization_code')
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 119, in _http_post
return _http_call(url, _HTTP_POST, authorization, **kw)
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 172, in _http_call
raise APIError(r.error_code, r.get('error', ''), r.get('request', ''))
weibo.APIError: APIError: 21324: invalid_client, request: /oauth2/access_token
The text was updated successfully, but these errors were encountered: