Importer tutorial
OnlyHaven needs your session key in order to access posts from the creators you are subscribed to. This guide explains how to find it.
OnlyFans
The OnlyFans import form asks for four values. After signing in at onlyfans.com, open your browser's developer tools (see Finding your cookies below):
- Session Key — under Cookies, the
sesscookie. - User ID — under Cookies, the
auth_idcookie. - BC Token — under local storage,
bcTokenSha. PastelocalStorage.bcTokenShainto the Console tab for easy access. - User-Agent — this needs to be the User-Agent of the last device that logged into your OnlyFans account. Leave it as the default value if you are on that device right now.
Patreon, Fanbox, SubscribeStar, Gumroad, DLsite, Fantia, Boosty, Afdian
Below are the respective cookies for the supported paysites.
-
For Patreon, your session
key is under
session_id. -
For Fanbox, your session
key is under
FANBOXSESSID. -
For Gumroad, your session
key is under
_gumroad_app_session. -
For SubscribeStar, your session
key is under
_personalization_id. -
For DLsite, your session
key is under
__DLsite_SID. -
For Fantia, your session
key is under
_session_id. -
For Boosty, your session
key is under
auth. -
For Afdian, your session
key is under
auth_token.
After going to the paysite you want to import and signing in ( Patreon / Fanbox / Gumroad / SubscribeStar / DLsite English / DLsite Japan / Fantia / Boosty / Afdian ) you need to find where cookies are located in your browser.
Discord
Getting your token
- Open Discord in the browser of your choice.
- Open DevTools (F12, Safari see above).
- Go to the Console tab.
-
Paste and execute the following snippet:
webpackChunkdiscord_app.push([[Math.random()],{},e=>{for(let t of Object.values(e.c))try{let o=t?.exports?.default?.getToken;if("function"==typeof o&&"getToken"===o.name){let f=o();console.log(f)}}catch{}}]) -
A "slightly.long.string" will be returned at the bottom of the console. Copy the contents
between
"". This is your self token.
The above should work with most browsers and the official Discord app, although you open the DevTools via the following combination in the app: Ctrl+Shift+I.
Instructions on how to get the channel IDs can be found here.