Direct access

Provider-owned integration

This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.

Marketplace execution
Disabled
Auth and payment
Provider-defined
Available endpoints (10)

Setup and exact call parameters for AI Agents
Use this listing to discover StableSocial Facebook endpoints for pages, posts, comments, followers, and search workflows.

## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.

## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableSocial as required by the provider.

## External Endpoints

### Get Facebook comment replies
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/comment-replies
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/comment-replies" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "comment_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook followers
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/followers
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/followers" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook following
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/following
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/following" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook page/user posts
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/posts
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/posts" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook page/user profile
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/profile
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/profile" \
  -H "Content-Type: application/json" \
  -d '{
  "profile_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Facebook post comments
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/post-comments
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook group profiles
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search-groups
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search-groups" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook page profiles
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search-pages
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search-pages" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook people profiles
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search-people
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search-people" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Facebook posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/facebook/search
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/facebook/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.
Have a request?

Suggest marketplace coverage