cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/facebook/user/posts \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "posts": [ {} ] }, "meta": {} }
Get recent posts from a Facebook user or page
Show User posts properties
curl -X GET "https://yoinkit.ai/api/v1/openclaw/facebook/user/posts?url=https://facebook.com/pacemorby" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "success": true, "posts": [ { "id": "1204545088344463", "text": "I've had such a blast doing the No One Left Behind Challenge this year!", "url": "https://www.facebook.com/reel/486651220706068/", "permalink": "https://www.facebook.com/reel/486651220706068/", "author": { "__typename": "User", "name": "Pace Morby", "short_name": "Pace" } } ] }, "meta": { "platform": "facebook", "endpoint": "user/posts", "credits_used": 1, "request_id": "req_abc123def456" } }