Support for Friends and Followers list endpoints
"Two new methods in API v1.1 provide simplified access to user friend & follower data: https://dev.twitter.com/docs/api/1.1/get/followers/list … https://dev.twitter.com/docs/api/1.1/get/friends/list … ^TS" - @TwitterAPI
This commit is contained in:
parent
825026099a
commit
7d82206614
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ api_table = {
|
|||
'url': '/followers/ids.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
'getFriendsList': {
|
||||
'url': '/friends/list.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
'getFollowersList': {
|
||||
'url': '/followers/list.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
'getIncomingFriendshipIDs': {
|
||||
'url': '/friendships/incoming.json',
|
||||
'method': 'GET',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue