GetPlayerCombinedInfo() => result.InfoResultPayload.AccountInfo.FacebookInfo is null but
GetUserCombinedInfo() => result.AccountInfo.FacebookInfo contains data for linked accounts
GetPlayerCombinedInfo() => result.InfoResultPayload.AccountInfo.FacebookInfo is null but
GetUserCombinedInfo() => result.AccountInfo.FacebookInfo contains data for linked accounts
When you query for your own PlayFab ID (by not specifying that in a call to either), all data is returned. The GetPlayerCombinedInfo API call has a bug where it's not checking that the PlayFab ID specified is your own, if you include a specific PlayFab ID. We'll have that fixed shortly, but in the meantime all you need to do is leave the PlayFab ID out of the call.
but i need to get other users facebook info to draw it in UI with name and avatar
I would have to recommend querying that info via Cloud Script at the moment, then. We don't expose certain information to other users by default, due to privacy concerns.
No one has followed this question yet.
LoginResult.NewlyCreated is false for previously deleted accounts
There was an error while loading data from the server. Please reload the page to retry.
force linking Steam account leaves PlayFab account created with Steam empty and unaccessible
How do I fix this error regarding PlayFabAuthManager in the Unity PlayFab SDK?