Using C# to access the Twitter API

2 minute read

My last post described how to acquire Twitter OAuth keys and tokens to allow you to use Twitter’s API to access Twitter feeds. I showed how to use the reques...

Accessing the Twitter API using OAuth

4 minute read

Following on from my last post that described using Node to access feeds from Delicious, I’ve also been investigating how to access my Twitter feed. This add...

Node and Delicious

1 minute read

In my last post, I wrote about using node.js as a scripting tool. Node has lots of good libraries for making network requests and processing the results. req...