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',
|
||||
},
|
||||
|
||||
'verifyCredentials': {
|
||||
'url': '/account/verify_credentials.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
|
||||
# Timeline methods
|
||||
'getPublicTimeline': {
|
||||
'url': '/statuses/public_timeline.json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue