Klips: Connecting to Facebook

 

If you want to create data sources for custom Klips, you're in the right place.

If you want to add pre-built Klips, see Pre-built Klips and the Klip Gallery and Klip Gallery: Facebook.

If you're using PowerMetrics and want to create data sources for custom metrics, go here.

 

Visualize, discover, and act on your data with Klips and Klip dashboards.

Ready to get the most from your Facebook social media data? Get started by setting up a connection between Klipfolio and your Facebook data and adding some data sources.

When you're finished adding Facebook data sources, you'll use them to power your custom Klips.

Note: Klipfolio gets data from Facebook business pages, not Facebook personal pages. Facebook requires all business pages to be linked to an authentic personal account so you can administer the business page. To learn how to add users to a business page for administrative purposes, see the Facebook help article How do I manage roles for my Facebook Page?

This article includes:

Connecting to your Facebook data

Here are a couple things to note about connecting Klipfolio to your Facebook data:

Your data is safe with us. The first time you connect your Facebook data to Klipfolio, you'll be prompted to sign in to Facebook and give permission to allow Klipfolio to securely access data within your Facebook account. We are serious about protecting your data privacy.

Managing your connections. By default, your connection name looks like this: yourname@Facebook <date and time created>. You can modify the default connection name when you create a new connection or from your list of connections, accessed by clicking your Account Name (located at the bottom of the left navigation sidebar) and selecting Account > Connected Accounts or by clicking the button in the left navigation sidebar and selecting Connections.

You can use and reuse the same account connection every time you connect to Facebook. If you have trouble accessing an existing connection, your OAuth token may have expired. If that happens to you, check out these troubleshooting tips.

How do I find my Facebook Page ID?

If you choose to create a custom Facebook data source, you may need to enter your Facebook Page ID into a specific spot in the query.

To find your Facebook Page ID:

  1. Open Facebook in a new window.
  2. Navigate to your Facebook business page.
  3. On your Facebook business page, select About.
  4. Under Page ID, copy your ID number.

Adding a Facebook pre-built data source

Our pre-built data sources focus on the most sought-after Facebook data. Either use them as complete solutions or as starting points for custom building.

To add a Facebook pre-built data source:

  1. Click the + beside Data Sources in the left navigation sidebar.

If you don’t see the option above, go to the bottom of the left navigation sidebar and click your Account Name > Data Sources > Create a New Data Source.

  1. On the Where is your data? page, select Facebook.
  2. Select a pre-built data source from the left section of the Choose a pre-built or custom connection page.
  3. If this is your first time connecting to Facebook:
    • Click Connect an account. Enter your Facebook login credentials and click Next. If prompted, click Allow Access to enable Klipfolio to securely access your Facebook data. Click Continue.
  4. If you have connected with Facebook before:
    • Select an existing connection (token) from the drop-down list and click Continue.
  5. On the Configure your data source page, select your Facebook Company Page from the drop-down list.
  6. Click Get data or, if you want to modify the pre-built data request, click Switch to Custom settings.
    Note: If you switch back to the Basic settings page after making changes in the Custom settings page, your changes will not be saved.
  7. Ensure this is the data you’re looking for and, optionally, select the checkbox to Model your data. Learn more about modelling your data source. Note: Facebook returns JSON formatted data. Learn how to model JSON data.
  8. Click Continue.
  9. Name, choose refresh settings, and, optionally, share your data source.
  10. Click Save.

If you clicked Switch to Custom settings:

  1. On the Configure your data source page, modify the Query URL to get the data you want. You can use the existing information in the Query URL text box as a base. It was auto-filled based on the pre-built data source you selected on the Choose a pre-built or custom connection page.
  2. Click Get data.
  3. Ensure this is the data you’re looking for and, optionally, select the checkbox to Model your data. Learn more about modelling your data source. Note: Facebook returns JSON formatted data. Learn how to model JSON data.
  4. Click Continue.
  5. Name, choose refresh settings, and, optionally, share your data source.
  6. Click Save.

The data source is added to your account and is ready to use for custom Klips. You can see all your data sources in your Data Source Library, accessed by clicking Data Sources in the left navigation sidebar.

Adding a Facebook custom data source

Need a unique set of data? When our pre-built data sources don't include exactly what you're looking for, create your own custom data source. You can either use a pre-built data source query as a base or write your own queries from scratch.

To add a Facebook custom data source:

  1. Click the + beside Data Sources in the left navigation sidebar.

If you don’t see the option above, go to the bottom of the left navigation sidebar and click your Account Name > Data Sources > Create a New Data Source.

  1. On the Where is your data? page, select Facebook.
  2. On the Choose a pre-built or custom connection page, click Create a custom Facebook data source.
  3. If this is your first time connecting to Facebook:
    • Click Connect an account. Enter your Facebook login credentials and click Next. If prompted, click Allow Access to enable Klipfolio to securely access your Facebook data. Click Continue.
  4. If you have connected with Facebook before:
    • Select an existing connection (token) from the drop-down list and click Continue.
  5. On the Configure your data source page, adjust the Query URL information to replace any generic placeholder query information with your own. For example, replace pageID with your own pageID.
  6. Edit the Query URL to return the data you need. Refer to the Facebook API documentation for details.
  7. Click Get data.
  8. Ensure this is the data you’re looking for and, optionally, select the checkbox to Model your dataLearn more about modelling your data source. Note: Facebook returns JSON formatted data. Learn how to model JSON data.
  9. Click Continue.
  10. Name, choose refresh settings, and, optionally, share your data source.
  11. Click Save.

The data source is added to your account and is ready to use for custom Klips. You can see all your data sources in your Data Source Library, accessed by clicking Data Sources in the left navigation sidebar.

Custom building: About APIs and queries

Want to learn more about custom building? This section is for you. Klipfolio connects to hundreds of services in the cloud that have a REST API. If you take the time to learn your service’s API to create queries for the data you want, your possibilities are endless. Here’s a quick overview video on APIs and Klipfolio:

Klipfolio API's 101

If you need help using APIs, ask a data analyst or developer.

Use the Facebook API Explorer to build and test your queries before you use them to bring data into Klipfolio.

Refer to the Facebook API documentation to discover more data requests.

See the reference table below for API related information and sample queries.

API Documentation Facebook API documentation
API Explorer Facebook Graph API Explorer

Authentication Method

OAuth Token Authentication
Response Format JSON

API Limits and Notes

Rate limiting in the Facebook Graph API should be encountered only in rare circumstances. Learn more about Rate Limiting on the Graph API.

Note: You only have access to a Facebook company page that you manage. For more information on access to a Facebook page, see How do I manage roles for my Facebook Page?

Date Format

Example dynamic (rolling window) date format:

since={date.last30Days}&until={date.today}
Sample Queries

Get the total number of impressions for the last 30 days:

https://graph.facebook.com/v19.0/<YourPageID>/insights/page_impressions?since={date.last30Days}&until={date.today}

Get page details, including page fans, page fan adds, and page impressions, for the last 30 days:

https://graph.facebook.com/v19.0/<YourPageID>/insights/page_fans,page_fan_adds,page_impressions?date_preset=last_30d

Next steps

Great! You've connected to your Facebook data and created one (or more) data sources. Now you're ready to use those data sources in custom Klips.

Want to learn more?

Check out these related articles:

Have more questions? Submit a request