Command line client no longer checks for an exact match on the buzz scopes.
authorBob Aman <bobaman@google.com>
Wed, 5 Jan 2011 01:09:57 +0000 (01:09 +0000)
committerBob Aman <bobaman@google.com>
Wed, 5 Jan 2011 01:09:57 +0000 (01:09 +0000)
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@108 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef

bin/google-api

index f34ebba0406fc7ee875e9b88a1788888afd0c3ba..b7f2f4f247de423ca8f25765b643196877312c3e 100755 (executable)
@@ -232,8 +232,8 @@ HTML
           scope = options[:scope]
           # Special cases
           case scope
-          when "https://www.googleapis.com/auth/buzz",
-              "https://www.googleapis.com/auth/buzz.readonly"
+          when /https:\/\/www\.googleapis\.com\/auth\/buzz/,
+              /https:\/\/www\.googleapis\.com\/auth\/buzz\.readonly/
             oauth_client.authorization_uri =
               'https://www.google.com/buzz/api/auth/OAuthAuthorizeToken?' +
               "domain=#{oauth_client.client_credential_key}&" +