[oauth] Re: Updating my Twitter status programmatically.

2010-03-26 Thread Grantcv1
I've finally mastered OAuth! I think that someone not integrally tied to the OAuth project should write a tutorial about it - someone unencumbered by the history of the project that can focus on just what you need to know. The biggest problem for me was reading the spec which just didn't present

[oauth] Updating my Twitter status programmatically.

2010-03-23 Thread grantcv1
I want to programmatically log into twitter periodically and update my status. This will happen a few times a day from my server without any user interaction. In order to do this, I need my server-based app to authenticate itself with twitter using my login credentials. It seems I have two