Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
MaestroOfVR's avatar
MaestroOfVR
Honored Guest
7 years ago

Notifications to Users

I'm testing out notifications to Users by targeting my own oculus ID. However I could only get notifications on my GearVR app but not he companion app for the GO.

I'm testing using the Rest api using Postman.
POST
https://graph.oculus.com/notification_request
access_token = OC|applicationID|appsecret
title = "test title"
message = " test message"
uri = "www.test.com"
recipient_ids = [myOculusId]

I always get a response like
"{
    "id": "2222074878056318"
}"

seems like it is successful but I don't see the notification being created on the Oculus Dashboard and could only see it in the GearVR app.
What am I missing? thanks
No RepliesBe the first to reply