verify credentials and return userinfo
This commit is contained in:
parent
a13539884d
commit
5f1d0d4e90
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@ api_table = {
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'verifyCredentials': {
|
||||||
|
'url': '/account/verify_credentials.json',
|
||||||
|
'method': 'GET',
|
||||||
|
},
|
||||||
|
|
||||||
# Timeline methods
|
# Timeline methods
|
||||||
'getPublicTimeline': {
|
'getPublicTimeline': {
|
||||||
'url': '/statuses/public_timeline.json',
|
'url': '/statuses/public_timeline.json',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue