[twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread t.arnf...@googlemail.com
So i pass back eg: 1.876534678594E+18 or do i pass back -1.876534678594E+18 ? On Dec 10, 5:37 pm, Mark McBride mmcbr...@twitter.com wrote: This is indeed the way you do it. On Thu, Dec 10, 2009 at 8:49 AM, t.arnf...@googlemail.com t.arnf...@googlemail.com wrote: Hi, I understand

[twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread t.arnf...@googlemail.com
It doesnt work?? ? $array = array(); $con = $connection-get('statuses/followers', array(cursor= $lastTweetToStartAt)); foreach($con-users as $follower){ $array[] = $follower-screen_name; } print_r($array); echo(brbrbrbrbrbrbrbr); $lastTweetToStartAt = $con-next_cursor; $con =