HYPER.Kao
5 months agoExplorer
Meta Quest Attestation JWT token always Invalid Signature
Hi:
I am trying to use the Meta Quest Attestation API in the Unity project
folowing the sample, I can get the jwt from Meta SDK all right,
but whenever I verify with api with `https://graph.oculus.com/platform_integrity/verify?token=<attestation_token>&access_token=<access_token>`
always getting Invalid signature.
I have tried on a published project's local build and an unpublished project's alpha build.
Both Attestation JWT yield Invalid Signature.
Do I miss something here?