Is there any problem with the server? Or i'm missing something?
Here is my server code :
server.GetFriendsList({ "PlayFabId" : currentPlayerId, "ProfileConstraints" :{ "ShowDisplayName" : true, "ShowStatistics" : true, "ShowTags" : true } });
I also try calling GetFriendList without "ProfileConstraints", still return empty Tags array.
Thanks in advance.
Answer by Jay Zuo · Nov 15, 2018 at 10:39 AM
According to your description, it seems you want to get friend tags. If so, there is no need to provide "ProfileConstraints". And I did a quick test with Postman, it works well.
You may try with some other player accounts to see if they have the same issue. If you still have this issue, I'd suggest you share your TitleId and the PlayFabId so that @Brendan & @Andy may have a check for you.