Skip to main content

Don Thorp's Library tagged twitter   View Popular, Search in Google

Dec
2
2009

"Ok, I feel silly coming back to answer my own question, but I figured it out, for anyone who might want to use httpclient 4.x:
The important thing is that your HttpPost must use the BasicHttpParams and can’t have useExpectContinue set to true. This is what caused a 417 Expectation Failed response for me.

Like this:
// >> Set Hostname
hostname = “twitter.com”;
// >> HttpParams
HttpParams params = new BasicHttpParams();
// NOTE This following line cannot set true or you get error 417 Expectation Failed.
HttpProtocolParams.setUseExpectContinue(params, false);
HttpProtocolParams.setVersion(params, HttpVersion.HTTP_1_1);
standardHttpPostParams = params;
// >> AuthScope
authScope = new AuthScope(hostname, 80);
// >> Credentials
credentials = new UsernamePasswordCredentials(username, password);
// >> Client
client = new DefaultHttpClient(getStandardPostParams());
applyCredentials(client);"

twitter http android

Aug
5
2009

Tweetboard is True Twitter Conversation for your website.

Tweetboard is a fun and engaging micro-forum type application for your website. It pulls your Twitter stream in near real-time (max 1 min delay), reformatting tweets into threaded conversations with unlimited nesting. Conversations that spun off the original conversation are also threaded in-line, giving your site visitors full perspective of what's being discussed.

twitter plugin

Mar
24
2009

Twitter isn’t just a cute way for keeping in instant touch with friends on mobile phones anymore. It has ramped up quickly to be the search engine of choice for some with its human driven results.

twitter howto

Mar
13
2009

Last week, I wrote about 10 Features That Will Make Twitter Better - the response was astounding and many people contributed their own ideas in the comments.

What became clear was the need to write a follow-up article that discusses even more user interface suggestions that can improve the Twitter web experience. To provide a well-rounded mix of ideas, the article would have to be from a combination of authors that contributed to one article.

What follows are ideas by ten professionals from different various spheres of expertise.

twitter howto

Mar
9
2009

Twitter Search was a red hot topic last week, and will probably continue to heat up as Twitter usage grows beyond tech peeps and early adopters and penetrates the masses via Presidential Twittering, Rick Sanchez (@ricksanchezcnn) of CNN motivating his viewers to Twitter and other timely events like the baseball season, holidays and unfortunate events all result in the wildfire spread of Twittering.

twitter tools

Last year one of the interesting posts in TwiTip that really caught my attention was the post about how to turn a bedroom light on and off with Twitter.

In the comment, I hinted about how that hack works — after peeking at the source code. For most people, it appears like magic but really it is quite simple if you understand how different parts interact.

Once you are aware about how a typical system like this works, hopefully you can come up with more ideas to make use of the technology.

twitter automation

Feb
9
2009

I guess everyone knows about TweetDeck by now, but in short it's an enhanced Twitter client that allows split your data stream into smaller pieces. Groups, searches and other goodies are a part of the main interface, making it easy to administer larger amounts of twitter data. While this is the strength of TweetDeck, it's in some ways also it's weakness. Compared to other clients it takes up a lot more screen estate, but the thing that bugged me most was that currently there is no real easy way to keep your groups and other settings synchronized between different installs on different computers. Maintaining your user groups etc. on a computer by computer basis just isn't fun.

twitter howto dropbox

1 - 10 of 10
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo
Move to top