I found some code that allows me to connect to Twitter using OAuth so that I could post tweets. This code is actually about changing the Avatar but I changed it to just tweet: http://net.tutsplus.com/tutorials/php/creating-a-twitter-oauth-application/
I got it working fine but the OAuth seems to be stored in a SESSION so as soon as I close the browser it disconnects... I want it to be permanently connected so I can post from a Cron Job.
How do I go about doing this?
