Traceback (most recent call last):
File "test.py", line 24, in
search(t)
File "/home/chengshuyi/python/weibo/search.py", line 8, in search
c = Client(API_KEY, API_SECRET, REDIRECT_URI, token)
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 45, in init
self.set_token(token)
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 84, in set_token
self.uid = token['uid']
TypeError: string indices must be integers, not str
Traceback (most recent call last): File "test.py", line 24, in
search(t)
File "/home/chengshuyi/python/weibo/search.py", line 8, in search
c = Client(API_KEY, API_SECRET, REDIRECT_URI, token)
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 45, in init
self.set_token(token)
File "/usr/local/lib/python2.7/dist-packages/weibo.py", line 84, in set_token
self.uid = token['uid']
TypeError: string indices must be integers, not str