[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-25 Thread stephane
you can also use the statuses/friends method : http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends Merry Christmas ! Stephane @sphilipakis On Dec 25, 3:19 am, Raffi Krikorian ra...@twitter.com wrote: unfortunately, yes. On Thu, Dec 24, 2009 at 12:12 PM, Michael

[twitter-dev] any way to fetch a time for a group of users specified?

2009-12-25 Thread Zhu Wu
Hi group, I am new here, so please forgive me if I made any mistake. now I am wondering if twitter provides anyway of fetching a timeline for a group of user I am interested in without logging in. I would like to call it a public group timeline I searched the official site of twitter api but no

[twitter-dev] How to display #hashtag of followers only ?

2009-12-25 Thread humbucker
Hi ! I would like to build something like http://fixoutlook.org/ that would display choosen twitpic images related to a special #hashtag submitted by follower only. Is it possible ? What I can do is displaying the avatar and tweets of people using a choosen #hastag in their tweets but dont know

[twitter-dev] OAuth callback URL doesn't seem to be working with Authlogic and OAuth

2009-12-25 Thread Marnen Laibow-Koser
Hi everyone. I'm at wit's end here -- I believe I'm doing everything correctly, and when I fake Twitter responses with Fakeweb, my app works as expected, but when I actually use Twitter, it does not. Here's the problem. I'm using Rails 2.3.5, Authlogic 2.1.2, Authlogic-OAuth 1.0.8, and OAuth

[twitter-dev] Search tweets across a group of users

2009-12-25 Thread Quy
Hi, I was wondering what is the best way to search across all tweets among a group of users or users that I follow. For example, I want to search for the keyword Brittany Murphy among a group of users or users that I'm following. Thanks Quy

Re: [twitter-dev] any way to fetch a time for a group of users specified?

2009-12-25 Thread Raffi Krikorian
hi zhu. one way would be to create a twitter account that follows all those users, and then call http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-home_timelinefor your own user. alternatively, if you don't want to have a twitter account, then you can call

Re: [twitter-dev] How to display #hashtag of followers only ?

2009-12-25 Thread Raffi Krikorian
this is a bit involved and i see three steps in this process - one, you have to see what your followers are posting, filter it down by hashtags, and the find all the twitpics posted. honestly, this seems like a perfect use of the streaming API. call

Re: [twitter-dev] Search tweets across a group of users

2009-12-25 Thread Raffi Krikorian
hi quy. there is no way to do this natively across twitter right now -- you could get all the tweets for the people you are following, or the people you are interested in, and do the search itself. On Fri, Dec 25, 2009 at 8:05 AM, Quy quyten...@gmail.com wrote: Hi, I was wondering what is

Re: [twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-25 Thread Raffi Krikorian
that's true! you could see what your friends are up to, and as they tweet, gather the information on what screen names map to what IDs. On Fri, Dec 25, 2009 at 5:21 AM, stephane stephane.philipa...@gmail.comwrote: you can also use the statuses/friends method :

Re: [twitter-dev] post to twitter from iPhone app

2009-12-25 Thread Raffi Krikorian
do you mean just an iphone twitter client? like Tweetie? On Thu, Dec 24, 2009 at 8:19 PM, Amir Michail amich...@gmail.com wrote: Hello, Is there a library that does this with a nice user interface? Amir -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi

[twitter-dev] Re: post to twitter from iPhone app

2009-12-25 Thread Amir Michail
On Dec 25, 2:12 pm, Raffi Krikorian ra...@twitter.com wrote: do you mean just an iphone twitter client?  like Tweetie? No, I mean a library that one can use in say a game so that players can easily post their scores to twitter. Something like Facebook connect but for twitter. Amir On Thu,

Re: [twitter-dev] any way to fetch a time for a group of users specified?

2009-12-25 Thread Abraham Williams
You could also add the specified users to a list and use: http://apiwiki.twitter.com/Twitter-REST-API-Method:-GET-list-statuses On Fri, Dec 25, 2009 at 13:05, Raffi Krikorian ra...@twitter.com wrote: hi zhu. one way would be to create a twitter account that follows all those users, and then

Re: [twitter-dev] Re: Testing HTTP Response Codes

2009-12-25 Thread Mark McBride
This sounds like a decent job for a mocking library. I've used mockito to do something very similar. ---Mark http://twitter.com/mccv On Thu, Dec 24, 2009 at 12:33 PM, Tim Dorr timd...@gmail.com wrote: Done: http://code.google.com/p/twitter-api/issues/detail?id=1315 Well, assuming you

[twitter-dev] Re: Retweet API methods returning 404

2009-12-25 Thread Dimebrain
Nice, did I say that publically? Well, the cat's out of the bag, I guess. Also, best typo of 2009. On Dec 17, 6:46 pm, Duncan Mackenzie dunca...@gmail.com wrote: Personally, my unit's testes don't call the Twitter API ... were you expecting them to? those would be some really amazing

[twitter-dev] Failed to validate oauth signature and token error

2009-12-25 Thread varnie
hello! i am getting Failed to validate oauth signature and token response while trying to get the request token from twitter with my python program using oauth.py. here is my HTTP logs: // send: 'POST

[twitter-dev] Re: any way to fetch a time for a group of users specified?

2009-12-25 Thread Zhu Wu
I am going to try both. thanks, abraham and Raffi. additionally, could you guys help me consider such case? in my app, I need to fetch the tweets from about 400+ accounts to fullfill the table in the firstly launch( it's an iphone app actually). how to avoid blacklisted by server for the

[twitter-dev] Re: any way to fetch a time for a group of users specified?

2009-12-25 Thread Zhu Wu
one more question about :http://apiwiki.twitter.com/Twitter-REST-API- Method%3A-statuses-user_timeline there is a user_id param in it. can I use it like this: http://twitter.com/statuses/user_timeline.xml?user_id=1401881user_id=another first user id..user_id=400th user id? if can, that should

[twitter-dev] Please help. Cannot get verify_credentials.xml to work with seemingly correct request

2009-12-25 Thread Eric T. Peterson
Folks, For some reason I ** cannot ** seem to make a request for /account/ verify_credentials.xml via an ASP-based request. I'm using Server.CreateObject(Microsoft.XMLHTTP) and generating the following URL:

[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-25 Thread Andy Freeman
we are working on releasing a bulk lookup API (i don't have a release date on it yet), and you will be able to use that for this purpose. It would be a big help if there were status urls that used ids - that is, an equivalent to http://twitter.com/raffi/status/7034429825 in terms of your user

[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-25 Thread Andy Freeman
we are working on releasing a bulk lookup API (i don't have a release date on it yet), and you will be able to use that for this purpose. It would be a big help if there were status urls that used ids - that is, an equivalent to http://twitter.com/raffi/status/7034429825 in terms of your user