cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with the REST API

tjpeebles
Honored Guest
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_id

I
replaced the variables with the stuff like $app_id so I didn't post
that information publicly, but the values I'm using are all correct I
think.

This is the error I got.

{
"error": {
"message": "Tried accessing nonexisting field (user_get) on node type (Application)",
"type": "OCApiException",
"code": 100,
"fbtrace_id": "H8Tzi41jK+4"
}
}

0 REPLIES 0