[twitter-dev] Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread Christian Fazzini
In the Twitter API, is there a way to grab the list of users at the following url http://twitter.com/#!/who_to_follow/interests/music ? http://dev.twitter.com/doc/get/users/search is a bit too general. I need to narrow down my search results based on the interests/music category. Does the

Re: [twitter-dev] Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread CWorster
Hi, to get the categories: http://dev.twitter.com/doc/get/users/suggestions To receive the list of users of a given category: http://dev.twitter.com/doc/get/users/suggestions/:slug Example: http://api.twitter.com/1/users/suggestions/music/members.xml Hope this helps. Chris -- Twitter

Re: [twitter-dev] Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread CWorster
Add: http://api.twitter.com/1/users/suggestions/music/members.xml (includes last status) http://api.twitter.com/1/users/suggestions/music.xml (pure user list) -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi