API - Webhooks for Facebook Groups


Introduction

Can I use the API for Facebook groups?
Can I get notifications about new posts or comments with my keywords?

Yes.

Just use fbmonitor.mvpmarketingresults.com Webhooks.

Quick setup

  1. Register your account

  2. Add Facebook groups

  3. Add keywords

  4. Add your webhook url:
    https://fbmonitor.mvpmarketingresults.com/panel/settings

How webhook works?

1

POST request

When MVP Facebook Groups Monitor finds new post or comment your URL will be triggered as a POST request

2

Output data - JSON

JSON format:
[
{
"groupID": "...",
"postID": "...",
"url": "...",
"MVP Facebook Groups Monitor": "...",
"post": "...",
"author": "...",
"urlImg": "..."
}, {}, {}...
]
3

Process data on your side

You can do anything with the data: Store in your database, sent it somewhere else, or use it in your system.

MVP Facebook Groups Monitor API for Facebook groups

Download facebook posts

How to download all posts from Facebook group to .CSV (Excell) file or as a JSON data?

.CSV format

Go to "Groups" section and click icon to download file https://fbmonitor.mvpmarketingresults.com/panel/groups

JSON format

Use endpoint:
Parameters:
Output data (.csv format):

Download facebook comments

How to download all comments from Facebook posts to .CSV (Excell) file or as a JSON data?

.CSV format

Go to "Groups" section and click icon to download file https://fbmonitor.mvpmarketingresults.com/panel/groups

JSON format

Use endpoint:
Parameters:
Output data (.csv format):

Download group members

How to download all Facebook group members to .CSV (Excell) file or as a JSON data?

.CSV format

Go to "Groups" section and click icon to download file https://fbmonitor.mvpmarketingresults.com/panel/groups

JSON format

Use endpoint:
Parameters:
Output data (.csv format):

Comments

Tell us what do you think about this article?

Write first comment

Your comment

© 2023. All rights reserved.