Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Twitter OAuth the easy way – simple post to twitter script

After Twitter introduced mandatory authentication with OAuth, many of the current scripts for posting content to Twitter don’t work anymore.OAuth can be great for more advanced authentication, but for a simple post to twitter script, it seems like a little overkill.In this post you’ll learn how to create a simple script that uses a quick and dirty version of OAuth for posting new tweets to Twitter.How to create a simple scriptSimplified, Twitter OAuth involves sending both application tokens and user tokens back and forth between your site and Twitter.If you want to authenticate ...

10,585 0       PHP TWITTER OAUTH AUTO TWEET