question

MoonHeonYoung avatar image
MoonHeonYoung asked

Private Game Website to show playfab leaderboard data

I want to make an official game website. (JAVA - SPRING BASED)

(to display in-game playfab data)

I want to send Playfab leaderboard data, last login time, etc. to my website.

Is this possible?

What part should I refer to? webhooks?

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 may want to get a PlayFab JAVA SDK for your website, and find the relevant server APIs, for example, GetLeaderboard. Your server can poll this API, for example, every 1 minute to get the updated leaderboard and display to the 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.