This commit is contained in:
Mike Helmick 2012-11-29 12:32:18 -08:00
commit b8e80eb712

View file

@ -62,6 +62,14 @@ api_table = {
'url': '/followers/ids.json', 'url': '/followers/ids.json',
'method': 'GET', 'method': 'GET',
}, },
'getFriendsList': {
'url': '/friends/list.json',
'method': 'GET',
},
'getFollowersList': {
'url': '/followers/list.json',
'method': 'GET',
},
'getIncomingFriendshipIDs': { 'getIncomingFriendshipIDs': {
'url': '/friendships/incoming.json', 'url': '/friendships/incoming.json',
'method': 'GET', 'method': 'GET',