[twitter-dev] My cursors problem

2010-08-30 Thread Rick
My topic subject might be spam-attractive but I didn't had any insperation for a nicer one. I am playing around for 6 weeks with my cursor problem in PHP. I use the twitteroauth library and I am unable to solve my issue. I hope somebody can help me solving my cursor problem. My current code with

Re: [twitter-dev] My cursors problem

2010-08-30 Thread Matt Harris
Hey Rick, The cursor isn't a sequential page number so you can't 'page' through the results by incrementing it. Instead you need to use the value we provide in the API response. You can find the cursor for the next page as the 'next_cursor' value. If you use that value you will be able to