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.
CloudScript execution API requests issued (triggered action)), bug or how does it works? 1 Answer
Why does UpdateUserInventoryItemCustomData add all of it's field to item custom data?? 2 Answers
CloudScript executed from Player dashboard returns unreadable response 1 Answer
Error with custom game server github 2 Answers
HttpWebRequest has a bug and does not work in 2.106.210406 1 Answer