Dan O'Boyle
Dan O'Boyle

Reputation: 3766

How does the OpenID 2.0 Deprication effect Google Users API?

Will code that relies on the Users API to grab the email address of a Google Account be effect by this depreciation?

will user = users.get_current_user() be enough to get back the email address?

Upvotes: 2

Views: 84

Answers (1)

Josip Ivic
Josip Ivic

Reputation: 3709

will user = users.get_current_user() be enough to get back the email address?

It will be enough, but you need to upgrade asap because many other features would not work.

Upvotes: 2

Related Questions