[twitter-dev] Re: cursor based paging

2009-10-26 Thread Pradeep

John,

Thank you for your quick response.

I think the same mistake is there in the case of statuses/friends too.
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends

Thanks,
Pradeep.


On Oct 23, 6:09 pm, John Kalucki jkalu...@gmail.com wrote:
 Fixed.

 On Oct 23, 1:02 am, Pradeep pradeep.de...@gmail.com wrote:



  John,

  Please not that the API documentation on this 
  linkhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...
  tells the users to use negated values on each subsequent requests.

  Please take immediate steps to correct this in the documentation.

  Regards,
  Pradeep

  On Oct 16, 10:57 am, John Kalucki jkalu...@gmail.com wrote:

   You are negating the values on subsequent requests. Start with -1
   (negative 1). Then, just use thecursorvalue exactly as returned.

   Everywhichway, it works just fine.

   -John Kaluckihttp://twitter.com/jkalucki
   Services, Twitter Inc.

   On Oct 15, 2:11 pm, dozykraut bernhard.schul...@gmx.net wrote:

http:// twitter.com/statuses/followers/username.xml?cursor=-1 gives me
page 1 of my followers list,. When I then request http:// twitter.com/
statuses/followers/username.xml?cursor=-new_cursor_value I get page 1
again.

The same happens when I 
requesthttp://twitter.com/statuses/followers.xml?screen_name=usernamecursor...

So everywhichway - it don't work


[twitter-dev] Re: cursor based paging

2009-10-26 Thread John Kalucki

Also fixed.


On Oct 26, 2:07 am, Pradeep pradeep.de...@gmail.com wrote:
 John,

 Thank you for your quick response.

 I think the same mistake is there in the case of statuses/friends 
 too.http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...

 Thanks,
 Pradeep.

 On Oct 23, 6:09 pm, John Kalucki jkalu...@gmail.com wrote:

  Fixed.

  On Oct 23, 1:02 am, Pradeep pradeep.de...@gmail.com wrote:

   John,

   Please not that the API documentation on this 
   linkhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...
   tells the users to use negated values on each subsequent requests.

   Please take immediate steps to correct this in the documentation.

   Regards,
   Pradeep

   On Oct 16, 10:57 am, John Kalucki jkalu...@gmail.com wrote:

You are negating the values on subsequent requests. Start with -1
(negative 1). Then, just use thecursorvalue exactly as returned.

Everywhichway, it works just fine.

-John Kaluckihttp://twitter.com/jkalucki
Services, Twitter Inc.

On Oct 15, 2:11 pm, dozykraut bernhard.schul...@gmx.net wrote:

 http:// twitter.com/statuses/followers/username.xml?cursor=-1 gives me
 page 1 of my followers list,. When I then request http:// twitter.com/
 statuses/followers/username.xml?cursor=-new_cursor_value I get page 1
 again.

 The same happens when I 
 requesthttp://twitter.com/statuses/followers.xml?screen_name=usernamecursor...

 So everywhichway - it don't work


[twitter-dev] Re: cursor based paging

2009-10-23 Thread Pradeep

John,

Please not that the API documentation on this link
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0followers
tells the users to use negated values on each subsequent requests.

Please take immediate steps to correct this in the documentation.

Regards,
Pradeep


On Oct 16, 10:57 am, John Kalucki jkalu...@gmail.com wrote:
 You are negating the values on subsequent requests. Start with -1
 (negative 1). Then, just use thecursorvalue exactly as returned.

 Everywhichway, it works just fine.

 -John Kaluckihttp://twitter.com/jkalucki
 Services, Twitter Inc.

 On Oct 15, 2:11 pm, dozykraut bernhard.schul...@gmx.net wrote:



  http:// twitter.com/statuses/followers/username.xml?cursor=-1 gives me
  page 1 of my followers list,. When I then request http:// twitter.com/
  statuses/followers/username.xml?cursor=-new_cursor_value I get page 1
  again.

  The same happens when I 
  requesthttp://twitter.com/statuses/followers.xml?screen_name=usernamecursor...

  So everywhichway - it don't work


[twitter-dev] Re: cursor based paging

2009-10-23 Thread John Kalucki

Fixed.

On Oct 23, 1:02 am, Pradeep pradeep.de...@gmail.com wrote:
 John,

 Please not that the API documentation on this 
 linkhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...
 tells the users to use negated values on each subsequent requests.

 Please take immediate steps to correct this in the documentation.

 Regards,
 Pradeep

 On Oct 16, 10:57 am, John Kalucki jkalu...@gmail.com wrote:





  You are negating the values on subsequent requests. Start with -1
  (negative 1). Then, just use thecursorvalue exactly as returned.

  Everywhichway, it works just fine.

  -John Kaluckihttp://twitter.com/jkalucki
  Services, Twitter Inc.

  On Oct 15, 2:11 pm, dozykraut bernhard.schul...@gmx.net wrote:

   http:// twitter.com/statuses/followers/username.xml?cursor=-1 gives me
   page 1 of my followers list,. When I then request http:// twitter.com/
   statuses/followers/username.xml?cursor=-new_cursor_value I get page 1
   again.

   The same happens when I 
   requesthttp://twitter.com/statuses/followers.xml?screen_name=usernamecursor...

   So everywhichway - it don't work