# StableSocial Facebook Following

> StableSocial Facebook Following is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Retrieves the list of accounts or pages that a given Facebook user is following, using pay-per-request access with no subscription required.

## Facts

- Endpoint: POST https://socialx402.com/api/facebook/following
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-following-e5052ba3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8w_SVduvtgbdkU-Vx9_Jp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-facebook-following-e5052ba3 -d '<json body>'
```

Example prompt: Can you pull the list of pages and accounts that the Facebook user with ID 1234567890 is following?

## When to prefer this

Choose this endpoint when you need pay-per-request Facebook following data without setting up OAuth credentials or a recurring subscription. Ideal for one-off lookups, agent workflows, or situations where you want micropayment-based access rather than managing API keys.

## Known failure modes

- Invalid or non-existent Facebook user ID returns an error or empty result
- Private profile with restricted following visibility returns no data
- Payment failure via x402 results in 402 response and no data returned
- Rate limiting or abuse detection by Facebook may yield incomplete results
- Malformed request body returns 400 Bad Request

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

A list of Facebook accounts, pages, or profiles that the specified user follows, potentially including display names, profile URLs, and total following count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "profile_id": {
   "type": "string",
   "minLength": 1,
   "description": "Facebook profile ID or username"
  },
  "max_page_size": {
   "type": "integer",
   "default": 100,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-following-e5052ba3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
