Using OAuth for Delphi with Twitter

The OAuth documentation on http://apiwiki.twitter.com is atrocious.  Therefore, I had to figure it out via trial and error.

First, you must obtain a key and secret when you register your application (http://twitter.com/oauth_clients/new).  For Twitter, you must use the key and secret as assigned, unlike MySpace which requires you to prepend the API web address to the key.
Continue reading