question

mrshoot7 avatar image
mrshoot7 asked

How do you get Avatar on the leaderboard? playfab

I did not get a result. I searched for a method and did not get help. Please help

Leaderboards and Statistics
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

You may define ProfileConstraints property in the request to get the Avatar URL in the callback like:

{
  "StatisticName": "1",
  "StartPosition": 0,
  "MaxResultsCount": 20,
  "ProfileConstraints":{
      "ShowAvatarUrl": true
  }
}

In addition, make sure the client profile access permission has been granted in [Game Manager] -> [Client Profile Options] -> [ALLOW CLIENT ACCESS TO PROFILE PROPERTIES]

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.