added information about twitters discontinued basic auth support to docs
authorJohannes Faigle <jo-f@gmx.at>
Fri, 26 Nov 2010 13:16:39 +0000 (13:16 +0000)
committerJosh Roesslein <jroesslein@gmail.com>
Thu, 13 Jan 2011 04:57:14 +0000 (22:57 -0600)
doc/auth_tutorial.rst

index 42a0f731aa3645a6320213fa64ce3887fc489962..68075cbc52b960c28953e5d818728cd7c04274b3 100644 (file)
@@ -19,6 +19,9 @@ provided:
 Basic Authentication
 ====================
 
+Twitter has disabled basic authentication on August 16th 2010 - use OAuth 
+authentication instead.
+
 Basic authentication uses the user's Twitter username and password for
 authenticating with the API. You must query the user for these two
 pieces of information before we can authenticate.