You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x]**Go SDK** — [github.com/SocialAPIsHub/socialapis-go](https://github.com/SocialAPIsHub/socialapis-go) (idiomatic, zero deps)
372
+
373
+
**Upcoming:**
374
+
364
375
-[ ] TikTok support
376
+
-[ ] X (Twitter) support
377
+
-[ ] LinkedIn support
365
378
-[ ] YouTube support
366
-
-[ ] Twitter/X support
367
-
-[ ] Real-time webhooks
368
-
-[ ] Advanced analytics
369
-
-[ ] Python SDK
379
+
-[ ] Advanced analytics — server-side aggregation endpoints (engagement-over-time, brand comparisons) so multi-call patterns become a single tool call
380
+
-[ ] Real-time webhooks — push notifications on new posts / engagement thresholds
370
381
-[ ] LangChain integration
371
382
383
+
Platform priorities shift based on customer demand. The fastest way to push something up the queue is to email [support@socialapis.io](mailto:support@socialapis.io) or DM [@socialapis on Telegram](https://t.me/socialapis) with the use case.
384
+
372
385
---
373
386
374
387
## 📄 License
@@ -395,6 +408,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
description: 'Get extended details about a Facebook post — includes view counts (essential for reels / video posts), video URLs, music/audio metadata, and author verification status. Use this when the standard post_details response is missing fields like view_count, video_hd_src, or attached_track.',
193
+
inputSchema: {
194
+
type: 'object',
195
+
properties: {
196
+
link: {type: 'string',description: 'Facebook post URL (works for reels, video posts, and regular posts)'},
197
+
},
198
+
required: ['link'],
199
+
},
200
+
endpoint: '/facebook/posts/details/extended',
201
+
method: 'GET',
202
+
},
204
203
{
205
204
name: 'facebook_get_post_attachments',
206
205
description: 'Get all media attachments (images, videos) from a Facebook post. Pricing: 5 credits per call (deeper scrape than standard post-details).',
0 commit comments