I'm looking to implement a system for tweeting directly from my site backend, which is written in PHP 5. I have a script from the internet that I can adapt, but I'm concerned that when Twitter switches to Oauth only, I'll be out in the cold.
Basically, I'm hoping someone can point me toward a script/tutorial that will let me do the following:
- access twitter via the Oauth system
- Post Tweets and receive error codes
- Let me define an application/site name (I'm a bit fuzzy on whether Twitter allows this)
Ideally I need all 3 points explained in detail.
Thanks