twitter-client

Good little project to do when learning C# WPF

I want to write a little application for myself to learn C# and WPF. The typical hello world in 2009 (twitter client) seems boring. I would like to hear your stands should I do a twitter client? Any other starters I could play around with and get used to c#? (I'm a longtime PHP programmer) ...

Twitter: How can I form a set of related hashtags?

Now that I know I can no longer communicate with Twitter mashups out there, how can I create a set of related hashtags? For instance, how can I get all tags similar or related to yankees? ...

OAuth + Twitter on Android: Callback fails

My Android application uses Java OAuth library, found here for authorization on Twitter. I am able to get a request token, authorize the token and get an acknowlegement but when the browser tries the call back url to reconnect with my application, it does not use the URL I provide in code, but uses the one I supplied while registering wi...

how can I capture **http response** from twitter.com? ( ruby + twitter gem)

I opened a question how can I capture response from twitter.com? ( ruby + twitter gem) to know if my update was successful. It is working fine... But I would like to know how I can capture HTTP Response Codes and Errors inside my ruby code? oauth = Twitter::OAuth.new('consumer token', 'consumer secret') oauth.authorize_from_access('acc...

how can I handle "error" in communication to twitter.com? (ruby + twitter gem)

I have nice piece of code that works. I tried to tweet the same text and I my script ended because /lib/ruby/gems/1.8/gems/twitter-0.9.4/lib/twitter.rb:87:in 'raise_errors': (403): Forbidden - Status is a duplicate. (Twitter::General) I know I cannot tweet the same text twice but I thought I will get the error inside the response variab...