11-25-2022 04:23 AM
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.
Dashboard setup:
App setup:
...but nothing is ever received by users
The only way I managed to receive a notification was to curl the graph.oculus.com endpoint directly with my own OculusId as the recipient and my own AccessToken, essentially sending a notification to myself. Any other recipients will not receive the notification, despite us being mutual follows.
What am I missing?