Install
openclaw skills install justoneapi-facebook-get-profile-idCall GET /api/facebook/get-profile-id/v1 for Facebook Get Profile ID through JustOneAPI with url.
openclaw skills install justoneapi-facebook-get-profile-idUse this focused JustOneAPI skill for get Profile ID in Facebook. It targets GET /api/facebook/get-profile-id/v1. Required non-token inputs are url. OpenAPI describes it as: Retrieve the unique Facebook profile ID from a given profile URL.
facebookget-profile-idjustoneapi-facebook-get-profile-id| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getProfileIdV1 | v1 | GET | /api/facebook/get-profile-id/v1 | Get Profile ID |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
url | query | all | n/a | string | The path part of the Facebook profile URL. Do not include https://www.facebook.com. Example: /people/To-Bite/pfbid021XLeDjjZjsoWse1H43VEgb3i1uCLTpBvXSvrnL2n118YPtMF5AZkBrZobhWWdHTHl/ |
Request body: none documented; send parameters through path or query arguments.
Use getProfileIdV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getProfileIdV1.
node {baseDir}/bin/run.mjs --operation "getProfileIdV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"url":"<url>"}'
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.getProfileIdV1 on /api/facebook/get-profile-id/v1.url) before summarizing results.