Support for Friends and Followers list endpoints #134

Merged
michaelhelmick merged 1 commit from patch-4 into master 2012-11-30 22:30:07 -08:00

View file

@ -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',