diff options
Diffstat (limited to 'chrome/common')
-rwxr-xr-x | chrome/common/extensions/docs/static/tut_oauth.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/tut_oauth.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/tut_oauth.html b/chrome/common/extensions/docs/static/tut_oauth.html index 09ee5ea..023d839 100755 --- a/chrome/common/extensions/docs/static/tut_oauth.html +++ b/chrome/common/extensions/docs/static/tut_oauth.html @@ -78,7 +78,7 @@ var oauth = ChromeExOAuth.initBackgroundPage({ var oauth = ChromeExOAuth.initBackgroundPage({ 'request_url': 'https://www.google.com/accounts/OAuthGetRequestToken', 'authorize_url': 'https://www.google.com/accounts/OAuthAuthorizeToken', - 'access_url': 'https://www.google.com/accounts/OAuthAccessToken', + 'access_url': 'https://www.google.com/accounts/OAuthGetAccessToken', 'consumer_key': 'anonymous', 'consumer_secret': 'anonymous', 'scope': 'https://docs.google.com/feeds/', diff --git a/chrome/common/extensions/docs/tut_oauth.html b/chrome/common/extensions/docs/tut_oauth.html index b6146ac..53e0c12 100644 --- a/chrome/common/extensions/docs/tut_oauth.html +++ b/chrome/common/extensions/docs/tut_oauth.html @@ -353,7 +353,7 @@ Luckily, Google and a few other companies have been working on an <a href="http: <pre>var oauth = ChromeExOAuth.initBackgroundPage({ 'request_url': 'https://www.google.com/accounts/OAuthGetRequestToken', 'authorize_url': 'https://www.google.com/accounts/OAuthAuthorizeToken', - 'access_url': 'https://www.google.com/accounts/OAuthAccessToken', + 'access_url': 'https://www.google.com/accounts/OAuthGetAccessToken', 'consumer_key': 'anonymous', 'consumer_secret': 'anonymous', 'scope': 'https://docs.google.com/feeds/', |