MessengerFlow

Accounts

Learn how to add and configure Facebook accounts in MessengerFlow.

Account Setup

Facebook accounts are the core of MessengerFlow. This guide covers adding, configuring, and maintaining accounts for optimal performance.

Adding an Account

Navigate to Accounts and click Add Account.

Required Fields

FieldDescriptionRequirements
EmailFacebook login emailValid email address
PasswordFacebook passwordMinimum 6 characters
2FA SecretAuthentication app secret37-39 character alphanumeric string
ProxyAssociated proxySelect from your configured proxies

Optional Fields

FieldDescription
Display NameFriendly name for the account
Chat PIN6-digit PIN for accounts with additional security
CookiesImported session cookies in JSON format

2FA Secret Setup

MessengerFlow requires the 2FA secret to generate login codes automatically.

Getting Your 2FA Secret

  1. Go to Facebook's 2FA Settings
  2. Select your profile when prompted
  3. Choose Authentication App as the 2FA method
  4. Copy the alphanumeric secret displayed next to the QR code
  5. Enter the secret in MessengerFlow when adding the account

The secret is the text string (not the QR code) that authenticator apps use to generate codes.

Importing cookies can help with:

  • Faster account connection
  • Bypassing some verification steps
  • Preserving session state

Cookies must be in JSON array format:

[
  {
    "name": "c_user",
    "path": "/",
    "value": "123456789",
    "domain": ".facebook.com",
    "expiry": 1722456303,
    "secure": true,
    "httpOnly": true,
    "sameSite": "None"
  }
]

The sameSite attribute must be one of: Lax, Strict, or None.

Account Statuses

StatusMeaningAction
Active (Green)Account is ready to sendNone required
ErrorGeneral error stateCheck credentials and proxy
Invalid CredentialsLogin failedUpdate email/password
Invalid 2FA2FA verification failedVerify 2FA secret
BannedAccount suspended by FacebookRemove or replace account
Rate LimitedTemporarily pausedWait for cooldown period
Requires PINAdditional verification neededEnter chat PIN

Accounts with issues can often be resolved using a Live Session with Manual Login.

Language and Region Settings

MessengerFlow requires specific account settings:

SettingRequired Value
LanguageEnglish (US)
RegionUnited States
Date Formatmm/dd/yyyy

Incorrect settings will cause the account to show an ERROR status.

Changing Language Settings

  1. Log in to Facebook
  2. Go to Settings > Language and Region
  3. Set language to English (US)
  4. Set region to United States

Account Limits

All plans include unlimited Facebook accounts. You can add as many accounts as you need.

Your subscription limits the number of active campaigns and accounts per campaign — not total accounts. See Plans & Pricing for details.

Exporting Account Data

You can export cookies and local storage data for backup:

  1. Navigate to the Accounts page
  2. Click the menu (three dots) next to the account
  3. Select View Details
  4. Download cookies or local storage in JSON format

Best Practices

  • Use aged accounts (created months or years ago)
  • Complete the profile with photos and activity
  • Add friends to make accounts appear authentic
  • Start with low message volumes and ramp up gradually
  • Monitor account status regularly

See the Best Practices guide for detailed safety guidelines.