I'm calling GetFriendsList:
I'm not seeing that user in the returned friends list. Is there something I'm missing?
got further on this - I'm seeing the friend now, but I'm seeing SteamInfo being reported as null for that user.
Answer by Brendan · Sep 01, 2016 at 12:07 AM
What we do in the call to GetFriendsList (assuming IncludeSteamFriends is true - which, yes, is the default) is to query via Steam's REST API for any users who have the "friend" relationship with the given SteamID. Unfortunately, we can't debug the situation where they're not returning any friends. However, the SteamInfo being null is odd. What are the PlayFab IDs of the users?
@Brendan:
User: 9A7AE96546CEE8C4
Steam friends: CD464DFD25B57BE8 & C846791A2FB6EDCF
(actually just the second one is a steam friend...)
Both 9A7AE96546CEE8C4 and C846791A2FB6EDCF show up as having Steam linked in the Game Manager.
Thanks - that helped to identify an issue preventing the Steam IDs from being returned. I've checked in an update, so that should be fixed as of our next deployment (likely not until early next week).