[twitter-dev] Sending Tweets using 0Auth - beginner question

2011-01-21 Thread shamm
Hi, I am an absolute beginner here. I need to send tweets through a PHP web interface. It seems in the new twitter we should use 0Auth for authentication, i Googled and got loads of articles that explains these. yet i am still unclear to code this. Is there any easy to understand sample code

Re: [twitter-dev] Sending Tweets using 0Auth - beginner question

2011-01-21 Thread Adam Green
If you only need to send tweets to a single Twitter account, you can try this PHP code, which uses Matt Harris's OAuth library: http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oauth-php/ If you need a more advanced solution that tweets to multiple accounts where the users log