Hello there I'm implementing social notifications for our app, so we
send a notification when users share in-app creations with their oculus
friends. Problem: the oculus API is returning success responses, but
users are not receiving anything.Dashbo...
We have an oculus game on the store that allows users to import their
personal assets (picture, video, music), and a web portal for users to
upload/manage those assets. We want our users to be able to login to
that portal using their Oculus account. ...
Yes that's right:- this is the link in our code:
https://auth.oculus.com/sso/?redirect_uri=https://ourcompanyredirect.com/endpoint&organization_id=12345678123456-
make sure the org id is the org id, not the app id- make sure
https://ourcompanyredirec...
Ok so we had 2 issues :- we were using AppID instead of OrgID- we didn't
had the correct url in SSO whitelist With both these steps fixed, we now
have a proper linking page.
Having the exact same issue here, and struggling to find relevant info
anywhere on the internet.Now that FB/Oculus have merged their accounts
into Horizon, how is the proper way to allow our Oculus users to login
to our web portal with their account?