[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-01 Thread nicdev

Thanks Alex for putting this toghether, and thank you Chad for the
idea.

Twitter id: nicdev
www: http://loft119.com
Email: nicrosen...@loft119.com




On Feb 21, 9:00 pm, Chad Etzel jazzyc...@gmail.com wrote:
 Hi All,

 I have been getting a few requests here and there for twitter API
 development work.  I cannot take on any such projects at the moment,
 but I always feel bad for leaving them in the lurch.  Is there a list
 or directory anywhere of Twitter API developers that work freelance
 that I can send to them when this happens?  I'm happy to forward on
 such requests.

 -Chad


Re: New API methods to retrieve social graph without pagination

2009-02-06 Thread nicdev

I haven't tried it out yet, but it's exactly what I needed. Thanks!

On Feb 3, 8:01 pm, Alex Payne a...@twitter.com wrote:
 Happy to announce two new API methods today, delivered in response to
 developer demand for an easier way to keep tabs on users' social graphs.
 The methods, /friends/ids and /followers/ids, return the entire list of
 numeric user IDs for a user's set of followed and following users,
 respectively. Responses to these methods are cached until the user's
 social graph changes. The responses come direct from our denormalized
 list data stores, and should be reasonably fast even for users with a
 large number of followers/follows.

 These new methods are most useful for services that are maintaining a
 cache of user details. If you see a user ID that you don't have cached,
 you'll have to call /users/show to retrieve that user's details. But for
 services with large user bases, or those that simply want to diff a
 user's social graph over time, we hope these methods will come in handy.

 You can find the documentation 
 athttp://apiwiki.twitter.com/REST-API-Documentation#SocialGraphMethods.

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x