From 1f5d4907929acf29914420028bf2406f2cb3ab5b Mon Sep 17 00:00:00 2001 From: John Joseph Bachir Date: Sat, 12 Jun 2010 21:07:24 -0700 Subject: [PATCH] If this url is now auto-linked, it means GFM strictly demands a url to have a path to a resource, which means that they are either very thorough, or used some sort of canonical REGEX they found to scan for URLs, or both. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2232373..fa9b199 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ Usage Keychain will ask you for permission for the script to access your twitter password. Click "Allow" or "Always allow". -Problem: http://apiwiki.twitter.com tells me that basic authentication is being discontinued June 2010 (this month!). I've done twitter oauth authentication, but how does the typical Twitter password-requesting desktop app authenticate? I guess they all got xAuth permission? See lower right [here](http://dev.twitter.com/pages/auth_overview). +Problem: http://apiwiki.twitter.com/ tells me that basic authentication is being discontinued June 2010 (this month!). I've done twitter oauth authentication, but how does the typical Twitter password-requesting desktop app authenticate? I guess they all got xAuth permission? See lower right [here](http://dev.twitter.com/pages/auth_overview). It somehow seems unlikely that ALL desktop apps do this, since it's described as "least desirable".