question

sefa-enes-tas avatar image
sefa-enes-tas asked

GetFriendsList list only specific tagged friends

is there a performance and cheap way to get friends list which only have a specific tag?

I mean, I just want to get only “requestee” tagged friends in my list.

https://community.playfab.com/answers/8110/view.html

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

PlayFab supports providing profile details when getting the friend list via defining Profile Constraints. For example:

{ 
"ProfileConstraints": 
{ 
"ShowTags": true  
}
}

It means that your client will still need to retrieve the full list and filter your customized list via tags to display for players.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.