A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: libraries/Language.php

Line Number: 11

Backtrace:

File: /var/www/docs.dolphin.ru.com/application/libraries/Language.php
Line: 11
Function: _error_handler

File: /var/www/docs.dolphin.ru.com/application/controllers/View.php
Line: 10
Function: detect

File: /var/www/docs.dolphin.ru.com/index.php
Line: 315
Function: require_once

Getting Access token from the advertising cab

Getting Access token from the advertising cab

Access Token is required to work from a Dolphin account. This is a kind of key that is used to access Facebook via the API. Below we will describe how to get it.

  1. Create a new profile in your browser and login to your account (if you use an antidote, login as usual), from which we need the token
  2. Let's go to https://www.facebook.com/adsmanager/manage/campaigns/.
  3. Open the page code in your browser. MacOS - CMD+U, Windows - Ctrl+U. Or right click anywhere -> View Page Code
  4. Search in MacOS browser - CMD+F, Windows - Ctrl+F. Look for this EAAbs character set
  5. All content, including EAAbs, that is in quotes "" is Access Token.

Some shops sell accounts with ready-made tokens, but here you should pay attention to its appearance.

There are two types of tokens:

  • EAAbs - is pulled out of the advertising office and is static for the entire lifetime of the account.
  • EAAI - temporary token, becomes irrelevant as soon as you click "Exit" from Facebook interface.

To work with Dolphin you need EAAbs token!