[twitter-dev] Re: I need Api with start & end parameter like count .

2009-07-03 Thread Abraham Williams
>From the docs:

   - page. Optional. Specifies the page of results to retrieve. Note: there
   are pagination
limits.

  - Example: http://twitter.com/statuses/user_timeline.rss?page=3



On Fri, Jul 3, 2009 at 12:50, Ravinder Chopra
wrote:

> hi Abraham Williams
>
> Thanks for reply but i have already seen it there is no method to extend it
> ,
>
> Thanks & regads
> Ravinderc
>
>
>
>
>
>
>
> On Fri, Jul 3, 2009 at 11:11 PM, Abraham Williams <4bra...@gmail.com>wrote:
>
>> Check out the page param in the docs:
>> http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline
>>
>>
>> On Fri, Jul 3, 2009 at 12:35, Ravinder Chopra <
>> ravinderc.impi...@gmail.com> wrote:
>>
>>>
>>>
>>> HI
>>>
>>> I am working on twitter api
>>>
>>> here is the api ::
>>> http://twitter.com/statuses/user_timeline/raj.xml?count=200
>>>
>>> currently it is giving only 200 records in one call
>>>
>>> i need to fetch next 200 in second call
>>>
>>> what i should change in api so that i get 200 records in every call
>>> means
>>>
>>> if the user has 600 posts
>>>
>>> then in first it will give me 200 then in next it will give me next
>>> 200 and so on 
>>>
>>>
>>> Thanks
>>> Ravinder
>>>
>>
>>
>>
>> --
>> Abraham Williams | Community Evangelist | http://web608.org
>> Hacker | http://abrah.am | http://twitter.com/abraham
>> Project | http://fireeagle.labs.poseurtech.com
>> This email is: [ ] blogable [x] ask first [ ] private.
>>
>
>


-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: I need Api with start & end parameter like count .

2009-07-03 Thread Ravinder Chopra
hi Abraham Williams

Thanks for reply but i have already seen it there is no method to extend it
,

Thanks & regads
Ravinderc






On Fri, Jul 3, 2009 at 11:11 PM, Abraham Williams <4bra...@gmail.com> wrote:

> Check out the page param in the docs:
> http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline
>
>
> On Fri, Jul 3, 2009 at 12:35, Ravinder Chopra  > wrote:
>
>>
>>
>> HI
>>
>> I am working on twitter api
>>
>> here is the api ::
>> http://twitter.com/statuses/user_timeline/raj.xml?count=200
>>
>> currently it is giving only 200 records in one call
>>
>> i need to fetch next 200 in second call
>>
>> what i should change in api so that i get 200 records in every call
>> means
>>
>> if the user has 600 posts
>>
>> then in first it will give me 200 then in next it will give me next
>> 200 and so on 
>>
>>
>> Thanks
>> Ravinder
>>
>
>
>
> --
> Abraham Williams | Community Evangelist | http://web608.org
> Hacker | http://abrah.am | http://twitter.com/abraham
> Project | http://fireeagle.labs.poseurtech.com
> This email is: [ ] blogable [x] ask first [ ] private.
>


[twitter-dev] Re: I need Api with start & end parameter like count .

2009-07-03 Thread Abraham Williams
Check out the page param in the docs:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline

On Fri, Jul 3, 2009 at 12:35, Ravinder Chopra
wrote:

>
>
> HI
>
> I am working on twitter api
>
> here is the api ::
> http://twitter.com/statuses/user_timeline/raj.xml?count=200
>
> currently it is giving only 200 records in one call
>
> i need to fetch next 200 in second call
>
> what i should change in api so that i get 200 records in every call
> means
>
> if the user has 600 posts
>
> then in first it will give me 200 then in next it will give me next
> 200 and so on 
>
>
> Thanks
> Ravinder
>



-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.