Hi Khandelwal,

The friends and followers IDs methods return IDs with the most recent
friend/follow first.

Changes in the social graph aren't available as a request from the API, but
there are a couple of alternatives.
* Compare the friends/followers IDs at particular intervals.
* If your application is something an individual user runs, you could
connect them to userstreams and listen for follow events.
* If you have access to sitestreams you can follow the user and receive
follow and unfollow events for them.

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Wed, Jun 1, 2011 at 10:05 AM, Khandelwal <khandel...@gmail.com> wrote:

> Is there a guaranteed sort order of the results of a friends/ids or a
> followers/ids call? From what I've read online, it appears to be in
> reverse chronological order (newest follower/friend first) but it
> sounds like that's just because the database happens to return it that
> way. Is this true? Is the order guaranteed?
>
> I'd love for a way to get the changes in the social graph since the
> last time I checked for a user.
>
> --
> Twitter developer documentation and resources: https://dev.twitter.com/doc
> API updates via Twitter: https://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> https://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> https://groups.google.com/forum/#!forum/twitter-development-talk
>

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to