tjpeebles
Honored Guest
since ‎07-05-2016
‎02-23-2021

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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 ...