06-11-2019 03:23 PM
06-12-2019 04:48 AM
06-12-2019 02:27 PM
06-18-2019 04:15 AM
EranJordan said:
We achieve this by requesting an access token through Users.GetAccessToken(), then getting the avatar preview through https://graph.oculus.com/[USER_ID]?access_token=[USER_TOKEN]&fields=avatar_v2{avatar_image{uri}}
(Where [USER_ID] is your Oculus ID and [USER_TOKEN] is the value received from the token function call)
You will then get a json that you can parse to get to the image url.
05-12-2022 08:08 AM
Hi guys, the following url returns a json containing only the user id, and no image url. I'm guessing this method is now outdated...?
Are you aware of any other way to get the avatar image by any chance?