Hi -- i'm assuming that you are using follower/ids and friends/ids. If so,
you would need to provide the cursor and make a loop till you get
everything. Twitter will try to provide all ids in one call if the cursor is
not supplied and for users with very many followers, this will fail.


On Sat, Mar 5, 2011 at 2:52 PM, amit debnath <amitdebnath...@gmail.com>wrote:

> I have a site for twitter based tools. One of the options was to enable
> users see the people their non-friend-followers and non-follower-friends.
> The only way I could see to achieve this is to gather and store the complete
> list of followers and friends locally and calculate from that. This is done
> at the time of login(oAuth) . For small accounts it is working ok. But for
> large accounts (one of the accounts for testing with has a total number of
> followers+friends > 30000) it is taking from 20 seconds to anything up to 2
> minutes.
>
> Any suggestions? anybody?
>
>  --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>



-- 
Randolph Estebat

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to