Future proof Tweeting with PHP
Posted
by YsoL8
on Stack Overflow
See other posts from Stack Overflow
or by YsoL8
Published on 2010-05-27T11:21:37Z
Indexed on
2010/05/27
23:21 UTC
Read the original article
Hit count: 313
Hello
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
© Stack Overflow or respective owner