Skip to content

How to obtain your Oculus Token

github-actions[bot] edited this page Jan 6, 2025 · 1 revision

Warning

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.

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

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.
  2. Install the Oculus Rift app on your computer.

Note

If you bought Beat Saber from the Quest store, it won't appear in your Rift library by default. To download it with BSManager, first claim it from its store page.

Step 2 - Open developer tools

  1. Open the Oculus app.
  2. Open the developer tools by pressing Ctrl + Shift + i.

Step 3 - Copy your Token

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.
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.

Clone this wiki locally