Skip to main content
Skip table of contents

Facebook Connector - Configuration Guide

Introduction

Integration of any 3rd party software with Facebook is made possible through the Facebook Graph API(and Messenger APIs) that are exposed by the Facebook Platform. Since the software will be interacting with contents generated by the page and user of the page, the 3rd party software require to authenticate itself to Facebook APIs through the means of Page Access Token which is essentially "an opaque string that identify a user, app or page and can be used by the App to make Graph API calls". The Page Access Token in itself will bears the permission scope (list of allowed permissions) that our Facebook App has been granted on the Facebook Page. To bring the point home, 3rd party software integrates with Facebook Platform via Facebook Apps which is created and configured by the developer on the Facebook Developer Platform.

Creating a Facebook App on Facebook Developer Platform

As explained above, Facebook App is what enables us to integrate our connector with Facebook Platform for either comments or messenger direct messages. The process for setting up a Facebook entails the following steps:

  1. Creation of your developer account. Note: you MUST have a Facebook account for you do create a developer account.

  2. Creation of Facebook App. 

  3. Adding a Webhook and/or Messenger Product

  4. App permissions and Approval process.

1. Creation of Developer Account

Creation of your developer account. Note: you MUST have a Facebook account for you do create a developer account.

2. Creation of Facebook App

You can now create the Facebook App after acquiring a Facebook Developer account. 

The app creation flow gathers the minimum amount of information needed to generate a unique ID for your app. Once you complete the flow you will end up in the App Dashboard where you can provide additional information about your app.

  1. Go to the Apps 

     panel and click Create App.

  2. Select Other and click Next                                                                                                                                                                                                           

  3. Select a App Type as Business and click Next                                                                                                                                                                 

  4. Enter the App Name and an email address where we can send you any important developer notifications. You can also add a Facebook Business Manager account if you have one, then click Create App                                

       Once you have completed the app creation flow, your app will be loaded in your app dashboard. The app dashboard allows you to view, add, and update details, such as app settings, roles, and additional use cases.

3. Adding a Webhook and/or Messenger Product.

Note: This step is to be done after Facebook connector has been deployed in your environment

Adding a product to your app enables relevant functionality and access to your app. Webhook products enables your app to receive updates and changes at Realtime from the page without calling the API.

A. Webhook
  • Go to Add Product page

  • Select Webhooks

  • Then Select Webhooks  from the left Navigation Menu.

  • Select Page as the object you want to subscribe to and click "Subscribe to this object" button                                       

  • Provide the Facebook connector specific configuration for the webhook endpoint exposed on the Facebook connector. Enter the webhook URL as follows;

    • Webhook URL:  https://{{SERVER-FQDN}}/facebook-connector/webhook/{{PAGE-ID}}
      (If you don't know the page id then you can fetch it from the section "Creation of a Long-Lived(without-expiry) Page Access Token - 1g" below)

    • Verify Token:  Provide the Page Access Token specified in your deployment's ~/ConfigMaps/ef-facebook-connector-configmap.yaml file

      • This verify token is now moved from config map to unified-admin. Now, this verify token must be same as the FACEBOOK-PAGE-ACCESS-TOKEN variable in unified-admin configuration.

  • Click Verify & Save. This will be saved only if the webhook URL and the token are valid.

  • On the App dashboard, subscribe to "feed" field. 

B. Messenger
  • Go to Add Product page

  • Select Messenger

  • Then Select Messenger from the left Navigation Menu.

  • One the page that opens, Look for section "Access Token" and then Select Add or remove Page. Note that you MUST have a new Page created already on facebook and you must have admin access to the page to do this step.

  • On the pop up dialog, select Opt in to current Pages only 

  • Select the Page  that you intend to integrate and click Continue.

  • Then click Save.

  • Find and click the button Add subscriptions

  • On the pop up dialog, select "messages" field as shown in the screenshot                                                                                                                                                           

At this point, your Facebook App is setup and can send feed or DM messages generated by the page admins/developers/testers to the webhook.

App permissions and Approval Process

To access contents generated by other public users, your Facebook App has to undergo scrutiny by Facebook and the respective permissions used in the App have to reviewed and approved by Facebook Review Team.

Following are the permissions that you need to access page comments and messenger messages posted by public users:

A. Messenger
  1. pages_messaging - (The pages_messaging permission allows your app to manage and access Page conversations in Messenger.)

B. Page Comments/Posts
  1. pages_manage_metadata - (The pages_manage_metadata permission allows your app to subscribe and receive webhooks about activity on the Page, and to update settings on the Page.)

  2. pages_read_user_content  (The pages_read_user_content permission allows your app to read user-generated content on the Page, such as posts, comments and ratings by users or other Pages) 

  3. pages_manage_engagement  - (The pages_manage_engagement permission allows your app to create, edit and delete comments posted on the Page.)

Steps for submitting a permission for approval 

  1. Go to permissions and feature section and click Permissions and Features

  2. Identify the permission and click Get advanced access . Agree to the term and conditions and click Confirm

  3. On the page the opens, Scroll down to Review your app settings and click the arrow, to open the form.

  4. Fill in the form. Ensure to specify the privacy policy URL (the policy MUST be hosted on the company's website and should always be accessible). Look at the the privacy policy for Expertflow.. you can use this for internal deployments.

  5. Select App Category as Messaging and Save.

  6. Then Scroll down to Complete App verification and click the arrow to open the form.                                                                                         

  7. On the pop up form, Select "No" for the question "Does your app use a Facebook authentication solution, like Facebook Login, that the review team can use to login and verify your app?"

  8. For the question "Provide detailed step-by-step instructions on how a reviewer can test your integration and how you are using the requested permissions or features. Include any testing credentials required to access your integration". Here you need to document a clear end-to-end step by step procedure that the Facebook Review Team need to follow when Testing the permission that you have requested for. The step Must include describing;

    1. Facebook Account they need to use to test you App.

    2. The URL for the Facebook Page

    3. Credentials for login into the Agent Desk or CIM or any other backend for that matter.

    4. Instruction of how/what content/text to send from Page/Messenger and how to accept/reply etc to that message within Agent Desk etc.

    5. Clarity on how the permission will be used in your App and why it's necessary for your App to function.

    6. A screencast demonstrating all the steps above.

  9. Once you have submitted the review forms. Facebook Team will review the App and send feedback to the email that you specified in the App.

Repeat the process for the rest of the permissions. Ensure to switch your App to Live Mode once all the required permissions have been approved - this will enable you App to access public contents posted on the page.

Granting a User Access to Facebook App on Facebook Developer Platform

Access to an existing Facebook App on the FB Developer platform is granted by the app owner or anyone else who has the admin role to the app. (Assuming) you have access the app and you want to grant another FB user access the same app, follow the steps below;

  1. Login to Facebook using the Facebook account which is associated with the app you want to grant the user access. (Note: Step 2, below will use the active session that you established in this step to authenticate and authorize you to the apps which you have access to)

  2. Navigate to Facebook Developer platform. The landing page will somehow look as depicted in this screenshot  

  3. Select the app you want to grant the user access

  4. On app's detail page(i.e. the page that opens up), expand the tab "Roles" and click Roles

  5. Depending on the type of Role that you want to assign the user, you will choose either to add the user as an Admin, Developer or Tester to the app.

    1. Click on the Add .. button, and search the user by Full Names as per his/her FB account or for more precise search, you can use the FB user username that you will find when you open your profile via the URL: User Facebook Profile (example)

    2. Copy your username that after the https://www.facebook.com/ and paste in the filter field and click submit.

    3. Verify that the user that you added appears

    4. Ask the user to login into his/her Facebook account and subsequently to his https://developers.facebook.com/apps account to accept the invitation to manage the app (Note: Without accepting the invite the user won't see the app in which they are associated with on Facebook developer account)

      1. After clicking the above link for FB developer account, go the top-right corner of your FB Developer account, and expand the notification tray (it will appear as shown in following screenshot)

      2. Click on Pending App Request link that appears, and click accept.

.

Creation of a Long-Lived(without expiry) Page Access Token

Every API call to the Facebook graph API requires authentication, and this is achieved through combination of User Access Token and the Page Access Token. The former is used during the process of generation of the Page Access Token, therefore the resultant token (which is the Page Access Token) will be of main focus in this topic.

The question would be that how do we generate this token(Page Access Token)? Note: Prior to this step, ensure that the Facebook Account you intent to use has been added onto the Facebook Page as an admin and also granted access to the Facebook App on Facebook Developer Account.

Follow the steps below to generate a Long-Lived Page Access Token:

As mentioned above, the ultimate page access token is generated using the user access token, therefore, we will start with generation of a user access token and then using the user access token, we will generate a long-lived page access token.

  1. Navigate to https://developers.facebook.com/tools/explorer/ to launch the Graph API Explorer Tool which is used to generate a short-lived user access token (valid for 1hr).  

    1. On the Graph API Explorer window that opens on your browser, edit the from me?fields=id,name to me/accounts 

    2. On the form to the right of your screen, select the App on the Meta App dropdown menu

    3. On the User or Page select dropdown, select Get User Access Token

    4. On the permissions field. Select the permissions shown in the screenshot                                                                                                                   

    5. Click Generate Access Token button and then Submit

    6. Copy the access token on the Access Token field and store it somewhere as you will need it in the next step.

    7. Copy the Page Id(designated as id) in the API response body and store it somewhere as you will need it as well in the next step.

  2. Navigate to Expertflow Postman documentation platform - Long-Lived User Access Token where Graph API for generating long-lived user access token is documented 

    1. On the page that opens, replace value on the client_id field with the actual App Id. You can find the App Id to replace in this field on your Facebook App's Settings > Basic page.

    2. Replace the value on the client_secret field with the actual value on your App secret field (Note: you have to click the show button to unlock the full secret)

    3. Replace the value on the fb_exchange_token field with the Short-Lived User Access Token which you generated in the step above.

    4. Click Send

    5. From the API response payload, copy the access token value that you receive after making the API request. This is a Long-Lived User Access Token which expires after a period of 60 days. Ensure that you store this token as we will use it in the next step.

  3. Navigate to Expertflow Postman documentation platform - Long-Lived Page Access Token where Graph API for generating long-lived page access token is documented

    1. On the page that opens, replace the {PAGE-ID} on the address bar with the actual page id which you generated in step 1, above.

    2. Replace the value on the access_token field with the Long-Lived User Access Token which you generated in step 2(e), above.

    3. Click Send

    4. From the API response payload, copy the access token value that you receive after making the API request. This is a now the Long-Lived Page Access Token(never expires) which you will need to configure in the Facebook Connector in CIM. (Note: Ensure that you store this token in a safe place where it's not exposed to compromise).


Unified Admin Configurations

A). Facebook connector configurations

This section outlines the procedure for setting up the Facebook connector in CIM. 

Channel Type & Provider

  1. Create a new Channel Type (if doesn't exist). Give it the name "Facebook"

  2. Provide the webhook URL for the Facebook Connector in the Provider Webhook field as https://{SERVER-FQDN}/facebook-connector. Replace the {SERVER-FQDN} in the URL with CIM FQDN      

                               

  3. Add the following attributes;

    1. Click Add Custom Attribute button and on the form that opens, replace the dummy value "New attribute0.." in the attribute field with FACEBOOK-HOST-URL and select data-type as "URL" in the field to the right-most part of the form.

    2. Click Add Custom Attribute button again, and replace the dummy value "New attribute1.." in the attribute field with FACEBOOK-API-KEY and select data-type as "String 2000".

    3. Click Add Custom Attribute button again, and replace the dummy value "New attribute1.." in the attribute field with FACEBOOK-PAGE-ACCESS-TOKEN and select data-type as "String 2000".

    4. Click Save

Channel Connector

Adding the Facebook URL and Page Access Token in Channel Connector
  1. Navigate to Channel Manager > Channel Connector                                                                                                                                                                                                                                      

  2. Provide the name for the connector under the Name field

  3. Select the Channel Provider Interface.

  4. Enter the Facebook URL in the FACEBOOK-HOST-URL field. For example, https://graph.facebook.com/v15.0/ (Note: ensure you add the "/" after the API version)

  5. Enter the Long-Lived Page Access Token in the FACEBOOK-API-KEY field.

  6. Enter the "Verify Token" value which was used while registering Webhook (Step 3A) in the FACEBOOK-PAGE-ACCESS-TOKEN field.

  7. Click Save


Channel

Configuring the Facebook Channel in Channel Configuration
  1. Navigate to Channel Manager > Channel                                                                                                                                                                                                                                  

  2. Provide the channel name under the Name field

  3. Provide the Facebook Page Id under the Service Identifier field. Note: This is the same Page-ID which you received from the API request that you placed to /me/accounts API on Graph API Explorer above.

  4. Fill the rest of the fields in the form accordingly and Click Save button.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.