Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IMPORTANT: OAuth1 endpoint being turned down
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Josh Livni  
View profile  
 More options Mar 6 2012, 3:53 pm
From: Josh Livni <jli...@google.com>
Date: Tue, 6 Mar 2012 12:53:16 -0800 (PST)
Local: Tues, Mar 6 2012 3:53 pm
Subject: IMPORTANT: OAuth1 endpoint being turned down
 Hi all,

Last August we updated the Latitude API documentation to exclude all
references to OAuth v1.0 endpoints for the Latitude API, and suggested
developers migrate to OAuth 2.0.

On April 20, we intend to turn off access to the OAuth1 endpoint.  For
those developers who are still using the deprecated OAuth1 endpoint,
please see the documentation for using the OAuth 2.0, which is
available at http://code.google.com/apis/latitude/v1/using_rest.html#auth

If you have any questions about updating your application, please let
us know.

Cheers,

  -Josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Livni  
View profile  
 More options Mar 6 2012, 3:53 pm
From: Josh Livni <jli...@google.com>
Date: Tue, 6 Mar 2012 12:53:16 -0800 (PST)
Local: Tues, Mar 6 2012 3:53 pm
Subject: IMPORTANT: OAuth1 endpoint being turned down
 Hi all,

Last August we updated the Latitude API documentation to exclude all
references to OAuth v1.0 endpoints for the Latitude API, and suggested
developers migrate to OAuth 2.0.

On April 20, we intend to turn off access to the OAuth1 endpoint.  For
those developers who are still using the deprecated OAuth1 endpoint,
please see the documentation for using the OAuth 2.0, which is
available at http://code.google.com/apis/latitude/v1/using_rest.html#auth

If you have any questions about updating your application, please let
us know.

Cheers,

  -Josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexis  
View profile  
 More options Apr 9 2012, 6:08 pm
From: Alexis <ale...@zentracker.com>
Date: Mon, 9 Apr 2012 15:08:48 -0700 (PDT)
Local: Mon, Apr 9 2012 6:08 pm
Subject: Re: IMPORTANT: OAuth1 endpoint being turned down

Hi Josh,

Is there any mechanism to migrate Oauth1 access token as part of this? Or
does this require end-user to re-authorize third party applications?

Thanks

Alexis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Davy  
View profile  
 More options Apr 10 2012, 6:38 am
From: Davy <ddewa...@gmail.com>
Date: Tue, 10 Apr 2012 03:38:05 -0700 (PDT)
Local: Tues, Apr 10 2012 6:38 am
Subject: Re: IMPORTANT: OAuth1 endpoint being turned down

There is no way to migrate Oauth1 access tokens to Oauth2.

Also take into account the following :

   - You'll need to use the new Oauth2 enpoints in the re-authorize process.
   - Keep in mind that Google accounts who are not opted into Latitude will
   not be able to "activate" it in the new OAuth2 flow (in the old Oauth1
   based flow there was a custom checkbox specifically for opting into
   Latitude during the authorization flow.
   - Oauth2 uses both access tokens and refresh tokens. Unless you specify
   the offline access parameter in your Oauth2 flow, you'll only receive an
   access token that is valid for 1 hour. You'll not get a refresh token to
   automatically refresh the access token when it expires (can be done by
   specifying offline access).

Regards,
Davy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Duane  
View profile  
 More options Apr 10 2012, 6:45 am
From: Jonathan Duane <jonathanduan...@gmail.com>
Date: Tue, 10 Apr 2012 11:45:08 +0100
Local: Tues, Apr 10 2012 6:45 am
Subject: Re: [google-latitude-api] Re: IMPORTANT: OAuth1 endpoint being turned down
Guys,

I dont know whre to start. I was wondering is it essential to use Oauth2?

And I am looking at this

GET https://www.googleapis.com/latitude/v1/currentLocation?key=INSERT-YOU...

how do i find my key?

Then in my HTML which is

<!-- Google Public Location Badge -->
<iframe src="http://www.google.com/latitude/apps/badge/api?user=-11645299154301380..."
width="580" height="400" frameborder="0"></iframe>
<!-- To disable location sharing, you *must* visit
https://www.google.com/latitude/apps/badge and disable the Google
Public Location badge. Removing this code snippet is not enough! -->
<?xml version="1.0" encoding="UTF-8"?>

Where do i put the REST comand?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexis Arquilliere  
View profile  
 More options Apr 10 2012, 2:34 pm
From: Alexis Arquilliere <ale...@zentracker.com>
Date: Tue, 10 Apr 2012 20:34:03 +0200
Local: Tues, Apr 10 2012 2:34 pm
Subject: Re: [google-latitude-api] Re: IMPORTANT: OAuth1 endpoint being turned down

Thank you Davy. One more question: Will you progressively phase out Oauth1
by first not allowing new Oauth1 access tokens to be created, then later on
turning off API access for Oauth1 tokens, or will the entire Oauth1 API
stop functionning this month?

Thanks
 On Apr 10, 2012 12:38 PM, "Davy" <ddewa...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kenneth Leftin  
View profile  
 More options Apr 23 2012, 12:56 am
From: Kenneth Leftin <kjlef...@google.com>
Date: Sun, 22 Apr 2012 21:56:30 -0700 (PDT)
Local: Mon, Apr 23 2012 12:56 am
Subject: Re: [google-latitude-api] Re: IMPORTANT: OAuth1 endpoint being turned down

Hi Jonathan,

You only need to worry about migrating to OAuth2 if you're using the
latitude API. The public badge is not included as part of the API, it's
a separate Latitude app, so you're fine.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kenneth Leftin  
View profile  
 More options Apr 23 2012, 12:59 am
From: Kenneth Leftin <kjlef...@google.com>
Date: Sun, 22 Apr 2012 21:59:31 -0700 (PDT)
Local: Mon, Apr 23 2012 12:59 am
Subject: Re: [google-latitude-api] Re: IMPORTANT: OAuth1 endpoint being turned down

HI Alexis,

Unfortunately, turning down OAuth1 will cause the whole API will stop
functioning including granting access to new users and using old tokens to
request data for users. If you want your app to keep working, you'll need
to migrate to OAuth2 ASAP.

Kenny


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Livni  
View profile  
 More options Jul 11 2012, 1:40 pm
From: Josh Livni <jli...@google.com>
Date: Wed, 11 Jul 2012 10:40:20 -0700 (PDT)
Local: Wed, Jul 11 2012 1:40 pm
Subject: Re: IMPORTANT: OAuth1 endpoint being turned down

Hi all,

We kept the existing OAuth1 endpoint around a little longer than expected,
and it will be turned down on July 19.  

If you are still using OAuth1 after the turndown, you will get an "Invalid
Credentials" response, with the error message stating that "OAuth1 is no
longer supported. You must authorize your request with OAuth 2.0."

Cheers,

  -Josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »