jovanzers / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Followers and friends URL API is out of date. there are a new method #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i see that the followers API (http://dev.twitter.com/doc/get/statuses/friends) 
and friends API (http://dev.twitter.com/doc/get/statuses/followers) is out of 
date. those method are deprecated.

there are new method to get a new API url:
- for followers--> http://dev.twitter.com/doc/get/followers/ids
- for friends--> http://dev.twitter.com/doc/get/friends/ids

why dont Dabr upgrade this method ?

"This method is deprecated as it will only return information about users who 
have Tweeted recently. It is not a functional way to retrieve all of a users 
friends. Instead of using this method use a combination of friends/ids or 
folloers/ids and users/lookup."

Original issue reported on code.google.com by xdeode...@gmail.com on 28 Jun 2011 at 9:15

GoogleCodeExporter commented 9 years ago
Thanks for flagging this up.
This means we'll need to make two API calls - one to get the IDs, then another 
to look them up.
Grrrr....

Original comment by terence.eden on 30 Jun 2011 at 2:21

GoogleCodeExporter commented 9 years ago
Issue 227 has been merged into this issue.

Original comment by terence.eden on 7 Jul 2011 at 9:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r477.

Original comment by terence.eden on 17 May 2012 at 5:30