From 207d3c782ee26d1a308ebdfb3c4549a5e90f0adf Mon Sep 17 00:00:00 2001 From: Vojtak42 <18753137+Vojtak42@users.noreply.github.com> Date: Sun, 8 Jun 2025 15:40:52 +0200 Subject: [PATCH] Press CTRL+R after opening developer tools (#867) --- .../How-to-obtain-your-Oculus-Token.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/wiki/Guides/Login/How-to-obtain-your-Oculus-Token/How-to-obtain-your-Oculus-Token.md b/docs/wiki/Guides/Login/How-to-obtain-your-Oculus-Token/How-to-obtain-your-Oculus-Token.md index 294856ac..4d139b61 100644 --- a/docs/wiki/Guides/Login/How-to-obtain-your-Oculus-Token/How-to-obtain-your-Oculus-Token.md +++ b/docs/wiki/Guides/Login/How-to-obtain-your-Oculus-Token/How-to-obtain-your-Oculus-Token.md @@ -30,11 +30,12 @@ In the developer tools: 1. Open the __`Network`__ tab. -2. Filter for __`graph`__. -3. Click on the first request that appears. -4. Open the __`Payload`__ tab. -5. Scroll to the bottom to locate your token. It should start with __`FRL`__. -6. Select the token using your mouse and press `Ctrl` + `C` to copy it. +2. Press CTRL+R. +3. Filter for __`graph`__. +4. Click on the first request that appears. +5. Open the __`Payload`__ tab. +6. Scroll to the bottom to locate your token. It should start with __`FRL`__. +7. Select the token using your mouse and press `Ctrl` + `C` to copy it.
GetYourOculusToken.png