question

HackerTester avatar image
HackerTester asked

how to get country of friend playfab?

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

·
Rick Chen avatar image
Rick Chen answered

You could go to [Your Game Manager]->[Title settings]->[Client Profile Options], tick the “Locations” under the ALLOW CLIENT ACCESS TO PROFILE PROPERTIES. Then you could use the GetFriendsList API with following request body to get the location information of friends.

{
                
"ProfileConstraints": {
"ShowLocations": true
}
}
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.