How to generate token of meta

  Updated May 2026Mewayz

How To Generate Token of Meta

Create App WhatsApp setup live mode Instagram and facebook setup.

.document-description-section .documents-tab-wrapper ul{ display: inline-flex; gap: 10px; margin-bottom: 0; background: #EDEDED; padding: 8px 10px; border-radius: 8px; } .document-description-section .documents-tab-wrapper ul li .btn{ background: transparent; color: var(--black); box-shadow: none !important; padding: 12px 15px; } .document-description-section .documents-tab-wrapper ul li.active .btn{ background-color: var(--theme-color); } .document-description-section .documents-tab-wrapper .tab-row::-webkit-scrollbar{ width: 100%; height: 4px; background: #E1E1E1; border-radius: 20px; } .document-description-section .documents-tab-wrapper .tab-row::-webkit-scrollbar-thumb{ background: var(--theme-color); } .document-description-section .documents-tab-wrapper .tab-row{ white-space: nowrap; overflow: auto; padding-bottom: 15px; margin-bottom: 15px; } .document-description-section .documents-tab-wrapper ul li { list-style: none; margin-bottom: 0; }

  1. Go to https://developer.facebook.com/apps and click on the
  2. Create App button.

  1. Add the App Name and Contact Email, then click on the Next
  2. button.

  1. Select the Other option and click on the Next button.
  1. On the Select an App Type page, select the Business option and click
  2. on the Next button.

  1. Enter the App Name and Email, then click on the Create App
  2. button given below.

  1. Click on the Set Up App button.
  1. Once you set up the app, you will see a section for WhatsApp Configuration
  2. in the sidebar. Here, you will see three options. Click on the Quickstart option, select the Business Portfolio from the dropdown, and then click on the Continue button.

  1. Once you do that, click on the Start Using the API button.
  1. Once you click on this button, you will be redirected to the API Setup
  2. page. Here, you will see a button for generating an Access Token. Click on that button, and your new access token will be generated. Once your token is generated, copy it and store it in your web application’s settings.

  1. After this, you will need to configure webhooks, so click on the Configure
  2. Webhooks button given over there.

  1. Once you click on that button, you will be navigated to a page. On that page, you
  2. have to copy the WhatsApp Chat Webhook URL from your web application and paste it into the Callback URL section of the configuration page. Below that, there is a field for Verify Token. Enter 12345678 and click on the Verify and Save button.

  1. After clicking on that button, you will be navigated to a Subscription
  2. section, where you have to subscribe to Messages.

  1. After completing this process, you will see a button named App Mode at the
  2. top. Enabling that button is mandatory to use the WhatsApp API, so do not forget to enable it. You can also generate a Permanent Access Token if you need long-term access to the WhatsApp API.

  1. When you try to enable this button, you will see a popup. Click on the **Basic
  2. Settings** button over there.

  1. On the Basic Settings page, you have to add the necessary details like
  2. **Display Name, App Domains, Contact Email, Privacy Policy URL, Terms of Service URL, and App Icon. Once you add these details, click on the Save Changes** button.

  1. After completing this process, you will see that the Live Mode is
  2. displayed at the top.

  1. After setting up the WhatsApp API, you can also set up Messenger
  2. and Instagram from the Add Products page given in the sidebar.

  1. After you click on the Set Up App button, click on the Messenger
  2. button given in the sidebar. Click on the Messenger API Settings button and add the Callback URL copied from the Facebook Chat Settings or Instagram Chat Settings section of your web application, along with the Verify Token number 12345678. Finally, click on the **Verify and Save** button.

  1. You will also see the Generate Access Token section. Over there, click on
  2. the Connect button.

  1. After clicking on the Connect button, you will be redirected to a new
  2. page, where you have to click on the Add Subscriptions button.

  1. After clicking on that button, you will see a popup where you have to select the
  2. particular Page Subscriptions given. Once you check them, click on the Confirm button.

  1. After that, go to the Instagram Settings and click on the **Add or
  2. Remove** button given over there.

  1. Once you click on that button, a Page List of Facebook will be displayed
  2. in front of you. Select the page and click on the Continue button.

  1. Once you click on the Continue button, a Page List of Instagram
  2. will be displayed in front of you. Select the page and click on the Continue button.

  1. Once you click on this button, you will be directed to a page where you have to
  2. click on the Generate Token button.

  1. After you click on that button, a popup will be displayed, where you can see your
  2. Access Token. Copy your access token from there and paste it into the Facebook/Instagram Chat Settings of your web application.

  1. You will also see a section for Callback URL and Verify Token.
  2. Paste the Callback URL from the Facebook Chat Settings or **Instagram Chat Settings section of your web application and enter the Verify Token number 12345678**. Finally, save the settings.

Your Facebook app is now fully configured for **WhatsApp, Messenger, and Instagram** integrations.

Was this helpful?