You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added https://www.googleapis.com/auth/user.birthday.read in my scopes array and when signing in, I was presented with an additional consent where I had to confirm that I allow my app to access birthday information.
However, after giving the consent I still don't get the birthday information.
The birthday on the Google account is set to be publicly visible.
How should I obtain user's birthday information?
The text was updated successfully, but these errors were encountered:
butaminas
changed the title
How to get birthday scope?
How to use birthday scope?
Nov 1, 2021
@butaminas, once you have signed the user in with the birthday read scope, then you need to make an api call to the relevant endpoint (people.get) requesting the birthdate field for the user
I've added
https://www.googleapis.com/auth/user.birthday.read
in my scopes array and when signing in, I was presented with an additional consent where I had to confirm that I allow my app to access birthday information.However, after giving the consent I still don't get the birthday information.
The birthday on the Google account is set to be publicly visible.
How should I obtain user's birthday information?
The text was updated successfully, but these errors were encountered: