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
After apple login, although scopes "email name" are given, first name and last name are not available in "UserResponseInterface $userInformation" object. Calling $userInformation->getFirstName() and $userInformation->getLastName() returns null.
Expected Behavior
I'd expect the information to be present correctly.
The problem likely is with Apple API, they say that in subsequent API calls after login, they no longer provide user information such as first and last name. This library's Apple resource owner likely needs refactoring to take that into account
Steps to Reproduce
Followed documentation to set up Apple login.
The text was updated successfully, but these errors were encountered:
Did anyone else have success with Apple? Retrieving first and last name? The email shows up correctly.
Here is a link also: https://forums.developer.apple.com/forums/thread/762871
I see the same data, as in the JWT payload in that question on apple forum. So, no first and last name. What can we do here? Does somebody have a workaround?
Actual Behavior
After apple login, although scopes "email name" are given, first name and last name are not available in "UserResponseInterface $userInformation" object. Calling $userInformation->getFirstName() and $userInformation->getLastName() returns null.
Expected Behavior
I'd expect the information to be present correctly.
The problem likely is with Apple API, they say that in subsequent API calls after login, they no longer provide user information such as first and last name. This library's Apple resource owner likely needs refactoring to take that into account
Steps to Reproduce
Followed documentation to set up Apple login.
The text was updated successfully, but these errors were encountered: