php - Twitter disabling basic authentication - what does this mean? -
According to apiwiki.twitter.com: "Original authentication is going to be removed on August 16, 2010" and their OAuth API The new method of authentication will be.
I am new to Twitter API and I do not know the obvious what it applies to. I am trying to create a simple app for posting on Twitter via HTML form - what Do I have to use the Oath System? Or the OAuth system is just for the app (as it is contained).
If I want to use this, then official libraries and code samples from Twitter (which I see for PHP is inactive)
Does this mean that Will any Twitter app / widget stop working until August 16?
What is wrong with HTTPS and POST? What is wrong?
< Div class = "post-text" itemprop = "text">
There is a very useful OAuth library for PHP (oauth.googlecode.com/svn/code/php/) Take a look at code 4.22dh.com/oauth/ for simple examples of using OAuth as well. It helps me more than dev.twitter.com, which is good for reference. I have used OAuth.php (among others) in about 2pm.
Comments
Post a Comment