Re: [twitter-dev] Caching/updating list of user's following/followers

2009-12-09 Thread Abraham Williams
Nope. You won't. The only way you will be able to track username changes is
if you pull all of the user objects.

Abraham

On Wed, Dec 9, 2009 at 11:36, Anton Krasovsky wrote:

> Sure. You won't be able to track username changes with it though?
>
> Anton
>
> On Wed, Dec 9, 2009 at 5:26 PM, Abraham Williams <4bra...@gmail.com>
> wrote:
> > You can also use the Social Graph methods and users/show to fill in
> missing
> > profiles.
> > http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids
> > http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-followers%C2%A0ids
> > Abraham
> > On Wed, Dec 9, 2009 at 11:20, John Kalucki  wrote:
> >>
> >> Recent adds will always be at the top of the list. If you know the count
> >> and the recent adds, you can probabilistically determine if there are
> recent
> >> deletes, but then you have to pull the entire set. Yes, this isn't
> great.
> >> -John Kalucki
> >> http://twitter.com/jkalucki
> >> Services, Twitter Inc.
> >>
> >> On Wed, Dec 9, 2009 at 8:51 AM, Anton Krasovsky
> >>  wrote:
> >>>
> >>> I'd like to retrieve and store a list of usernames particular user is
> >>> following/followed by. However I've no idea how to update the this
> >>> list (say a next day after it has been retrieved) with the recent
> >>> changes. So far it looks like the only option is to re-fetch the whole
> >>> list again. Is there any other way to get just a changes to this list
> >>> (names added/deleted)?
> >>>
> >>> Regards,
> >>> Anton
> >>
> >
> >
> >
> > --
> > Abraham Williams | Community Evangelist | http://web608.org
> > Project | Intersect | http://intersect.labs.poseurtech.com
> > Hacker | http://abrah.am | http://twitter.com/abraham
> > This email is: [ ] shareable [x] ask first [ ] private.
> > Sent from Madison, WI, United States
>



-- 
Abraham Williams | Community Evangelist | http://web608.org
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Madison, WI, United States


Re: [twitter-dev] Caching/updating list of user's following/followers

2009-12-09 Thread Anton Krasovsky
Sure. You won't be able to track username changes with it though?

Anton

On Wed, Dec 9, 2009 at 5:26 PM, Abraham Williams <4bra...@gmail.com> wrote:
> You can also use the Social Graph methods and users/show to fill in missing
> profiles.
> http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids
> http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-followers%C2%A0ids
> Abraham
> On Wed, Dec 9, 2009 at 11:20, John Kalucki  wrote:
>>
>> Recent adds will always be at the top of the list. If you know the count
>> and the recent adds, you can probabilistically determine if there are recent
>> deletes, but then you have to pull the entire set. Yes, this isn't great.
>> -John Kalucki
>> http://twitter.com/jkalucki
>> Services, Twitter Inc.
>>
>> On Wed, Dec 9, 2009 at 8:51 AM, Anton Krasovsky
>>  wrote:
>>>
>>> I'd like to retrieve and store a list of usernames particular user is
>>> following/followed by. However I've no idea how to update the this
>>> list (say a next day after it has been retrieved) with the recent
>>> changes. So far it looks like the only option is to re-fetch the whole
>>> list again. Is there any other way to get just a changes to this list
>>> (names added/deleted)?
>>>
>>> Regards,
>>> Anton
>>
>
>
>
> --
> Abraham Williams | Community Evangelist | http://web608.org
> Project | Intersect | http://intersect.labs.poseurtech.com
> Hacker | http://abrah.am | http://twitter.com/abraham
> This email is: [ ] shareable [x] ask first [ ] private.
> Sent from Madison, WI, United States


Re: [twitter-dev] Caching/updating list of user's following/followers

2009-12-09 Thread Abraham Williams
You can also use the Social Graph methods and users/show to fill in missing
profiles.

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-followers%C2%A0ids

Abraham

On Wed, Dec 9, 2009 at 11:20, John Kalucki  wrote:

> Recent adds will always be at the top of the list. If you know the count
> and the recent adds, you can probabilistically determine if there are recent
> deletes, but then you have to pull the entire set. Yes, this isn't great.
>
> -John Kalucki
> http://twitter.com/jkalucki
> Services, Twitter Inc.
>
>
> On Wed, Dec 9, 2009 at 8:51 AM, Anton Krasovsky  > wrote:
>
>> I'd like to retrieve and store a list of usernames particular user is
>> following/followed by. However I've no idea how to update the this
>> list (say a next day after it has been retrieved) with the recent
>> changes. So far it looks like the only option is to re-fetch the whole
>> list again. Is there any other way to get just a changes to this list
>> (names added/deleted)?
>>
>> Regards,
>> Anton
>>
>
>


-- 
Abraham Williams | Community Evangelist | http://web608.org
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Madison, WI, United States


Re: [twitter-dev] Caching/updating list of user's following/followers

2009-12-09 Thread John Kalucki
Recent adds will always be at the top of the list. If you know the count and
the recent adds, you can probabilistically determine if there are recent
deletes, but then you have to pull the entire set. Yes, this isn't great.

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


On Wed, Dec 9, 2009 at 8:51 AM, Anton Krasovsky
wrote:

> I'd like to retrieve and store a list of usernames particular user is
> following/followed by. However I've no idea how to update the this
> list (say a next day after it has been retrieved) with the recent
> changes. So far it looks like the only option is to re-fetch the whole
> list again. Is there any other way to get just a changes to this list
> (names added/deleted)?
>
> Regards,
> Anton
>


[twitter-dev] Caching/updating list of user's following/followers

2009-12-09 Thread Anton Krasovsky
I'd like to retrieve and store a list of usernames particular user is
following/followed by. However I've no idea how to update the this
list (say a next day after it has been retrieved) with the recent
changes. So far it looks like the only option is to re-fetch the whole
list again. Is there any other way to get just a changes to this list
(names added/deleted)?

Regards,
Anton