Example usage
Here’s an example of how a developer can use the Avatar API for an app or game:
-
Call
GetAvatarList()
to retrieve the avatar of the currently logged-in user. The data will include the download link for the avatar and the avatar ID. -
Use the avatar ID to call
DownloadAvatar()
to retrieve the avatar of the currently logged-in user. -
Share the download link for the avatar of the currently logged-in user so other users can use
DownloadAvatar()
to view the avatar of the currently logged-in user.