Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-27 Thread quenotacom
sorry, I dont understand what you mean, the problem is : I can call the followers query I accept say 100, calling lookup for them, the problem is, cursor_next is pointing to 5001 ocurrence, so i have to do all the job again. -- Twitter developer documentation and resources:

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-27 Thread kamesh SmartDude
hai george, suppose per request u want to show 100 follower/following. case 1: The user may have lessthan 5000 followers/following (suppose say 100) 1. store all the Ids u received from twitter and send the request to fetch first 100 follower/following 2. once u received the list of 100

[twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-15 Thread kamesh SmartDude
to whom should we write for this particular issue //kamesh On Jun 14, 12:26 pm, Georgooty varghese georgo...@gmail.com wrote: I am facing the same issue.. On Tue, Jun 14, 2011 at 11:56 AM, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Is Anybody have IDEA about the solution of

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-15 Thread Taylor Singletary
When using cursors, you cannot specify a count parameter. If you want to limit the results that you get back, simply truncate the response to the number of ids that suits you. You can pre-prepare paginated results by first building the complete set and then building a UI that will navigate between

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-15 Thread kamesh SmartDude
Thank You episod. //kamesh On Wed, Jun 15, 2011 at 7:22 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: When using cursors, you cannot specify a count parameter. If you want to limit the results that you get back, simply truncate the response to the number of ids that suits you.

[twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-14 Thread kamesh SmartDude
Is Anybody have IDEA about the solution of above problem //kamesh On Jun 13, 12:49 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Dear All, I am developing a twitter mobile application, and i have a problem in fetching the followers and following list. earlier i used

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-14 Thread Georgooty varghese
I am facing the same issue.. On Tue, Jun 14, 2011 at 11:56 AM, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Is Anybody have IDEA about the solution of above problem //kamesh On Jun 13, 12:49 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Dear All, I am developing a