diff --git a/docs/wiki/Guides/Login/Get-your-oculus-token/Get-your-Oculus-token.md b/docs/wiki/Guides/Login/Get-your-oculus-token/Get-your-Oculus-token.md index 50d1117d..c147c968 100644 --- a/docs/wiki/Guides/Login/Get-your-oculus-token/Get-your-Oculus-token.md +++ b/docs/wiki/Guides/Login/Get-your-oculus-token/Get-your-Oculus-token.md @@ -1,8 +1,8 @@ > [!WARNING] > -> Your token is a confidential piece of information. Possession of this token allows individuals to download applications, send messages, and perform other actions under your identity. +> Your token is a confidential piece of information. Possession of this token allows individuals to download applications, send messages, among other actions, under your identity. > -> You might wonder why it is necessary to provide this token to [BSManager](https://www.bsmanager.io). The reason is that [BSManager](https://www.bsmanager.io) requires the token to continue the download with Oculus. Once you've input the token, it is used exclusively to communicate with Oculus servers to verify that you are the rightful owner of the game. +>However, you might wonder why it is necessary to provide this token to BSManager. The reason is that BSManager requires the token to continue the download with Oculus. Once you've input the token, it is used exclusively to communicate with Oculus servers to verify that you are the rightful owner of the game. ## Table of Contents @@ -10,6 +10,8 @@ - [Step 2 - Open developer tools](#step-2---open-developer-tools) - [Step 3 - Copy your Token](#step-3---copy-your-token) +# Solution 1 - Using the Oculus app + ## Step 1 - Install and log into the Oculus Rift app 1. Download the Oculus Rift app setup from the [Meta website](https://www.oculus.com/rift/setup/). @@ -37,3 +39,23 @@ In the developer tools:
GetYourOculusToken.png
+ +# Solution 2 - Using the Oculus website + +## Steps + +1. Log in to your Meta account at https://secure.oculus.com +2. Open the developer tools in your web browser: + - Chrome/Edge/Firefox: Press Ctrl+Shift+I or F12 + - Safari: Press Option+Command+I +3. Go to the "Application" tab +4. Expand "Cookies" in the left sidebar +5. Click on `https://secure.oculus.com` +6. Find the cookie named `oc_ac_at` (value starts with `OC`) +7. Copy the entire `oc_ac_at` cookie value - this is your token + +
+ GetYourOculusTokenBrowser.png +
+ +Paste the token into BSManager or other trusted apps to manage your Beat Saber game and mods. Keep it confidential. diff --git a/docs/wiki/Guides/Login/Get-your-oculus-token/GetYourOculusTokenBrowser.png b/docs/wiki/Guides/Login/Get-your-oculus-token/GetYourOculusTokenBrowser.png new file mode 100644 index 00000000..86922f8f Binary files /dev/null and b/docs/wiki/Guides/Login/Get-your-oculus-token/GetYourOculusTokenBrowser.png differ