All Collections
Dolphin Server
Get Started
Get Access token/Business Manager
Get Access token/Business Manager
Updated over a week ago

Get the Access token from the advertising cabinet

The Dolphin account requires an Access Token and an FB authorization account cookie. This is a kind of key that is used to access Facebook via the API. Below we describe 2 ways to get it.


Important!!! Using only token will not give you an active account in Dolphin, you must have a cookie with the account authorization

Check your cookies with any anti-detect browser. Add cookies to anti-detect and make sure you don't need to enter your username and password to log in Facebook. You can also make sure there are no blocks on the account before adding or if you have already added the account to us, but there is an error, so you can find out what caused it.

If there is no lock and the error in Dolphin is getting tired, you can try adding cookies manually. How to do this, see here.

You can also add an account already with a token, cookies and proxies using the Integration with both our Dolphin Anty and simply with our extension.

Way 1

There are many extensions that are responsible for this, but we will consider Dolphin.

By the way, in our Dolphin Anty it is already set automatically.

  1. Create a new profile in your browser and log in to the account (if you use anti-detect, then log in as usual), from which we need a token

  2. Click on our extension and in the FB Token field you will see the cabinet token, this is the Access Token.

Way 2

  1. Create a new profile in your browser and log in to the account (if you use anti-detect, then log in as usual), from which we need a token

  2. Open the code of the page in your browser. MacOS - CMD+U, Windows - Ctrl+U. Or right-click anywhere -> View Page Code

  3. Use MacOS browser search - CMD+F, Windows - Ctrl+F. Look for this character set EAAbs

  4. All of the contents, including EAAbs, which are in quotation marks "" - this is the Access Token

Some sellers sell accounts with tokens already ripped out, but here you should pay attention to its appearance.

There are two kinds of tokens:

  • EAAbs - is pulled from the advertising cabinet and is static for the entire life of the account

  • EAAI - is a temporary token that becomes irrelevant as soon as you click "Logout" from the Facebook interface

To work with Dolphin you need exactly EAAbs token!

Getting a Business Manager token

To get a Business Manager token, you need to follow this algorithm:

  1. Go to Business Manager.

  2. Go to the source code of the site (ctrl+U or cmd+U).

  3. Use a text search (ctrl+F or cmd+F) to look for the token. It starts with EAAG.

Copy everything from EAAG to the quotes. The token is ready!

Did this answer your question?