Install
openclaw skills install @justoneapi/justoneapi-facebook-get-profile-postsCall GET /api/facebook/get-profile-posts/v1 for Facebook Get Profile Posts through JustOneAPI with profileId.
openclaw skills install @justoneapi/justoneapi-facebook-get-profile-postsUse this focused JustOneAPI skill for get Profile Posts in Facebook. It targets GET /api/facebook/get-profile-posts/v1. Required non-token inputs are profileId. OpenAPI describes it as: Get public posts from a specific Facebook profile using its profile ID.
facebookget-profile-postsjustoneapi-facebook-get-profile-posts| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getProfilePostsV1 | v1 | GET | /api/facebook/get-profile-posts/v1 | Get Profile Posts |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
cursor | query | n/a | all | string | Pagination cursor for fetching the next set of results |
profileId | query | all | n/a | string | The unique Facebook profile ID |
Request body: none documented; send parameters through path or query arguments.
Use getProfilePostsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getProfilePostsV1.
node {baseDir}/bin/run.mjs --operation "getProfilePostsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"profileId":"<profileId>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getProfilePostsV1 on /api/facebook/get-profile-posts/v1.profileId) before summarizing results.