I'm trying to get a username with a user id that I got from making a
call inside my app. This is the call I'm doing but I'm getting an
error.https://graph.oculus.com/$app_id/use_getr?access_token=OC|$app_id|$app_secret&user_id=$user_idI
replaced the ...
I'm trying to get a username with a user id that I got from making a
call inside my app. This is the call I'm doing but I'm getting an
error.https://graph.oculus.com/$app_id/use_getr?access_token=OC|$app_id|$app_secret&user_id=$user_idI
replaced the ...
I'm building a game that is going to be on multiple platforms (Steam,
Oculus, PSVR, etc) so I didn't want to use the Oculus Platform SDK for
leaderboards. Instead I set up my own database and store entries from
any platform into it and display them a...
Hey guys,I'm just starting to work on networking for a project, but I
haven't ever used an external SDK like Steam or Oculus for a friend's
list integration for party invites and stuff. I have built a game in
Unity that used the Unity Networking for ...
Is that the entire API? And if so does that mean the answer juanoldinho
gave me was incorrect and that you can't actually use the REST API to
get a username from a user id from outside of the application or am I
missing something in that document?
Can anyone help me with a link to the documentation? I haven't been able
to find it anywhere. The closest I have been able to find is the
facebook graph api which was helpful but I need to know what kind of
REST requests I can make for Oculus specifi...
Thanks for the direction. I'm trying to get a username with a user id
that I got from making a call inside my app. This is the call I'm doing
but I'm getting an
error.https://graph.oculus.com/$app_id/use_getr?access_token=OC|$app_id|$app_secret&user_...