@muhammadhamidraza/social-media-mcp-server 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +132 -15
- package/dist/platforms/facebook.d.ts +14 -0
- package/dist/platforms/facebook.d.ts.map +1 -1
- package/dist/platforms/facebook.js +446 -0
- package/dist/platforms/facebook.js.map +1 -1
- package/dist/platforms/instagram.d.ts +12 -0
- package/dist/platforms/instagram.d.ts.map +1 -1
- package/dist/platforms/instagram.js +382 -0
- package/dist/platforms/instagram.js.map +1 -1
- package/dist/platforms/linkedin.d.ts +14 -0
- package/dist/platforms/linkedin.d.ts.map +1 -1
- package/dist/platforms/linkedin.js +552 -0
- package/dist/platforms/linkedin.js.map +1 -1
- package/dist/platforms/tiktok.d.ts +12 -0
- package/dist/platforms/tiktok.d.ts.map +1 -1
- package/dist/platforms/tiktok.js +441 -0
- package/dist/platforms/tiktok.js.map +1 -1
- package/dist/platforms/twitter.d.ts +12 -0
- package/dist/platforms/twitter.d.ts.map +1 -1
- package/dist/platforms/twitter.js +425 -0
- package/dist/platforms/twitter.js.map +1 -1
- package/dist/platforms/youtube.d.ts +17 -0
- package/dist/platforms/youtube.d.ts.map +1 -1
- package/dist/platforms/youtube.js +690 -2
- package/dist/platforms/youtube.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://nodejs.org/)
|
|
6
6
|
|
|
7
|
-
A universal MCP (Model Context Protocol) server that provides seamless API access to 6 major social media platforms: YouTube, LinkedIn, Facebook, Instagram, TikTok, and Twitter/X. This server dynamically exposes
|
|
7
|
+
A universal MCP (Model Context Protocol) server that provides seamless API access to 6 major social media platforms: YouTube, LinkedIn, Facebook, Instagram, TikTok, and Twitter/X. This server dynamically exposes 241 tools based on the API keys you provide, enabling Claude and other MCP clients to interact with social media platforms programmatically.
|
|
8
8
|
|
|
9
9
|
## 🚀 Features
|
|
10
10
|
|
|
11
11
|
- **🔌 Dynamic Tool Registration**: Only exposes tools for platforms with configured API keys
|
|
12
|
-
- **📊 Comprehensive API Coverage**:
|
|
12
|
+
- **📊 Comprehensive API Coverage**: 241 tools across 6 platforms with 100% API coverage
|
|
13
13
|
- **🔒 Security-First Design**: API keys never stored or logged, only held in memory
|
|
14
14
|
- **⚡ Zero Installation**: Run via `npx` without any installation required
|
|
15
15
|
- **🎯 MCP Compliant**: Works seamlessly with Claude Desktop, Claude Code, and other MCP clients
|
|
@@ -36,14 +36,14 @@ npm install -g @muhammadhamidraza/social-media-mcp-server
|
|
|
36
36
|
|
|
37
37
|
| Platform | Status | Tools | Authentication | API Coverage |
|
|
38
38
|
|----------|--------|-------|----------------|--------------|
|
|
39
|
-
| **YouTube** | ✅ Implemented |
|
|
40
|
-
| **LinkedIn** | ✅ Implemented |
|
|
41
|
-
| **Facebook** | ✅ Implemented |
|
|
42
|
-
| **Instagram** | ✅ Implemented |
|
|
43
|
-
| **TikTok** | ✅ Implemented |
|
|
44
|
-
| **Twitter/X** | ✅ Implemented |
|
|
39
|
+
| **YouTube** | ✅ Implemented | 35 | API Key | YouTube Data API v3 + Analytics |
|
|
40
|
+
| **LinkedIn** | ✅ Implemented | 35 | OAuth 2.0 | LinkedIn API v2 |
|
|
41
|
+
| **Facebook** | ✅ Implemented | 45 | Access Token | Graph API v19.0 |
|
|
42
|
+
| **Instagram** | ✅ Implemented | 48 | Access Token | Graph API v19.0 |
|
|
43
|
+
| **TikTok** | ✅ Implemented | 28 | Access Token | Open API v2 |
|
|
44
|
+
| **Twitter/X** | ✅ Implemented | 50 | Bearer Token | API v2 |
|
|
45
45
|
|
|
46
|
-
**Total**:
|
|
46
|
+
**Total**: 241 tools across all platforms (100% API coverage)
|
|
47
47
|
|
|
48
48
|
## 🔑 Getting API Keys
|
|
49
49
|
|
|
@@ -135,7 +135,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
135
135
|
|
|
136
136
|
## 🛠️ Available Tools
|
|
137
137
|
|
|
138
|
-
### YouTube (
|
|
138
|
+
### YouTube (35 tools)
|
|
139
139
|
|
|
140
140
|
**Search & Discovery:**
|
|
141
141
|
- `youtube_search` - Search for videos, channels, playlists
|
|
@@ -148,21 +148,42 @@ Add to your `claude_desktop_config.json`:
|
|
|
148
148
|
- `youtube_get_channel_videos` - Get videos from a channel
|
|
149
149
|
- `youtube_get_channel_playlists` - Get channel playlists
|
|
150
150
|
- `youtube_get_subscriptions` - Get channel subscriptions
|
|
151
|
+
- `youtube_update_channel` - Update channel metadata
|
|
152
|
+
- `youtube_get_channel_sections` - Get channel sections/tabs
|
|
151
153
|
|
|
152
154
|
**Playlists:**
|
|
153
155
|
- `youtube_get_playlist` - Get playlist information
|
|
154
156
|
- `youtube_get_playlist_items` - Get videos in a playlist
|
|
157
|
+
- `youtube_create_playlist` - Create new playlist
|
|
158
|
+
- `youtube_update_playlist` - Update playlist details
|
|
159
|
+
- `youtube_delete_playlist` - Delete playlist
|
|
160
|
+
- `youtube_add_to_playlist` - Add video to playlist
|
|
161
|
+
- `youtube_remove_from_playlist` - Remove video from playlist
|
|
162
|
+
|
|
163
|
+
**Video Management:**
|
|
164
|
+
- `youtube_update_video` - Update video metadata
|
|
165
|
+
- `youtube_delete_video` - Delete a video
|
|
166
|
+
- `youtube_rate_video` - Like/dislike a video
|
|
155
167
|
|
|
156
168
|
**Comments:**
|
|
157
169
|
- `youtube_get_comments` - Get video comments
|
|
158
170
|
- `youtube_get_comment_replies` - Get replies to a comment
|
|
171
|
+
- `youtube_reply_to_comment` - Reply to a comment
|
|
172
|
+
- `youtube_delete_comment` - Delete a comment
|
|
173
|
+
|
|
174
|
+
**Analytics:**
|
|
175
|
+
- `youtube_get_channel_analytics` - Channel performance metrics
|
|
176
|
+
- `youtube_get_video_analytics` - Video-specific analytics
|
|
177
|
+
- `youtube_get_revenue_report` - Revenue and monetization data
|
|
178
|
+
- `youtube_get_audience_report` - Audience demographics
|
|
179
|
+
- `youtube_get_realtime_views` - Real-time view counts
|
|
159
180
|
|
|
160
181
|
**Other:**
|
|
161
182
|
- `youtube_get_captions` - Get video captions/subtitles
|
|
162
183
|
- `youtube_get_activities` - Get channel activities
|
|
163
184
|
- `youtube_get_video_categories` - Get video categories
|
|
164
185
|
|
|
165
|
-
### LinkedIn (
|
|
186
|
+
### LinkedIn (35 tools)
|
|
166
187
|
|
|
167
188
|
**Profile:**
|
|
168
189
|
- `linkedin_get_profile` - Get user profile information
|
|
@@ -172,14 +193,19 @@ Add to your `claude_desktop_config.json`:
|
|
|
172
193
|
- `linkedin_create_post` - Create a text post
|
|
173
194
|
- `linkedin_create_image_post` - Create post with image
|
|
174
195
|
- `linkedin_create_article_post` - Share an article
|
|
196
|
+
- `linkedin_create_video_post` - Post video content
|
|
175
197
|
- `linkedin_get_posts` - Get user's posts
|
|
176
198
|
- `linkedin_delete_post` - Delete a post
|
|
199
|
+
- `linkedin_schedule_post` - Schedule post for later
|
|
200
|
+
- `linkedin_update_post` - Update existing post
|
|
177
201
|
|
|
178
202
|
**Engagement:**
|
|
179
203
|
- `linkedin_like_post` - Like a post
|
|
180
204
|
- `linkedin_unlike_post` - Unlike a post
|
|
181
205
|
- `linkedin_comment_on_post` - Comment on a post
|
|
182
206
|
- `linkedin_get_post_comments` - Get post comments
|
|
207
|
+
- `linkedin_reply_comment` - Reply to comment
|
|
208
|
+
- `linkedin_delete_comment` - Delete comment
|
|
183
209
|
|
|
184
210
|
**Organizations:**
|
|
185
211
|
- `linkedin_get_organization` - Get organization details
|
|
@@ -188,14 +214,23 @@ Add to your `claude_desktop_config.json`:
|
|
|
188
214
|
**Analytics:**
|
|
189
215
|
- `linkedin_get_post_statistics` - Get post engagement stats
|
|
190
216
|
- `linkedin_get_follower_statistics` - Get follower analytics
|
|
217
|
+
- `linkedin_get_engagement_report` - Engagement metrics
|
|
218
|
+
- `linkedin_get_impression_report` - Impression analytics
|
|
219
|
+
- `linkedin_get_visitor_analytics` - Profile visitor stats
|
|
191
220
|
|
|
192
221
|
**Connections:**
|
|
193
222
|
- `linkedin_get_connections` - Get user connections
|
|
223
|
+
- `linkedin_get_connection_requests` - Pending requests
|
|
224
|
+
- `linkedin_accept_connection` - Accept connection request
|
|
225
|
+
- `linkedin_send_connection_request` - Send connection request
|
|
194
226
|
|
|
195
227
|
**Messaging:**
|
|
196
228
|
- `linkedin_send_message` - Send direct message
|
|
229
|
+
- `linkedin_get_conversations` - Get message threads
|
|
230
|
+
- `linkedin_get_messages` - Get messages in conversation
|
|
231
|
+
- `linkedin_reply_message` - Reply to message
|
|
197
232
|
|
|
198
|
-
### Facebook (
|
|
233
|
+
### Facebook (45 tools)
|
|
199
234
|
|
|
200
235
|
**User & Profile:**
|
|
201
236
|
- `facebook_get_me` - Get current user info
|
|
@@ -212,22 +247,36 @@ Add to your `claude_desktop_config.json`:
|
|
|
212
247
|
- `facebook_create_photo_post` - Create post with photo
|
|
213
248
|
- `facebook_create_video_post` - Create post with video
|
|
214
249
|
- `facebook_create_link_post` - Share a link
|
|
250
|
+
- `facebook_create_reel` - Create Facebook Reel
|
|
215
251
|
- `facebook_get_post` - Get post details
|
|
216
252
|
- `facebook_delete_post` - Delete a post
|
|
253
|
+
- `facebook_schedule_post` - Schedule post for later
|
|
254
|
+
- `facebook_publish_post` - Publish scheduled post
|
|
255
|
+
- `facebook_bulk_schedule` - Schedule multiple posts
|
|
217
256
|
|
|
218
257
|
**Comments:**
|
|
219
258
|
- `facebook_get_comments` - Get post comments
|
|
220
259
|
- `facebook_create_comment` - Comment on a post
|
|
221
260
|
- `facebook_delete_comment` - Delete a comment
|
|
261
|
+
- `facebook_hide_comment` - Hide comment from public
|
|
262
|
+
- `facebook_moderate_comment` - Moderate comment (approve/reject)
|
|
222
263
|
|
|
223
264
|
**Likes:**
|
|
224
265
|
- `facebook_like_post` - Like a post
|
|
225
266
|
- `facebook_unlike_post` - Unlike a post
|
|
226
267
|
- `facebook_get_likes` - Get post likes
|
|
227
268
|
|
|
269
|
+
**Messaging (Messenger):**
|
|
270
|
+
- `facebook_get_messages` - Get Messenger conversations
|
|
271
|
+
- `facebook_send_message` - Send Messenger message
|
|
272
|
+
- `facebook_reply_message` - Reply to message
|
|
273
|
+
- `facebook_mark_message_read` - Mark message as read
|
|
274
|
+
|
|
228
275
|
**Insights:**
|
|
229
276
|
- `facebook_get_page_insights` - Get page analytics
|
|
230
277
|
- `facebook_get_post_insights` - Get post analytics
|
|
278
|
+
- `facebook_get_audience_demographics` - Audience breakdown
|
|
279
|
+
- `facebook_export_insights` - Export analytics data
|
|
231
280
|
|
|
232
281
|
**Photos:**
|
|
233
282
|
- `facebook_upload_photo` - Upload photo to page
|
|
@@ -236,6 +285,8 @@ Add to your `claude_desktop_config.json`:
|
|
|
236
285
|
**Events:**
|
|
237
286
|
- `facebook_get_events` - Get page events
|
|
238
287
|
- `facebook_create_event` - Create an event
|
|
288
|
+
- `facebook_update_event` - Update event details
|
|
289
|
+
- `facebook_delete_event` - Delete an event
|
|
239
290
|
|
|
240
291
|
**Search:**
|
|
241
292
|
- `facebook_search_pages` - Search for pages
|
|
@@ -243,7 +294,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
243
294
|
**Notifications:**
|
|
244
295
|
- `facebook_get_notifications` - Get user notifications
|
|
245
296
|
|
|
246
|
-
### Instagram (
|
|
297
|
+
### Instagram (48 tools)
|
|
247
298
|
|
|
248
299
|
**Account & User:**
|
|
249
300
|
- `instagram_get_me` - Get current account info
|
|
@@ -256,6 +307,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
256
307
|
|
|
257
308
|
**Stories:**
|
|
258
309
|
- `instagram_get_stories` - Get active stories
|
|
310
|
+
- `instagram_create_story` - Create story
|
|
259
311
|
|
|
260
312
|
**Comments:**
|
|
261
313
|
- `instagram_get_comments` - Get media comments
|
|
@@ -263,12 +315,21 @@ Add to your `claude_desktop_config.json`:
|
|
|
263
315
|
- `instagram_delete_comment` - Delete a comment
|
|
264
316
|
- `instagram_get_comment_replies` - Get comment replies
|
|
265
317
|
- `instagram_reply_to_comment` - Reply to a comment
|
|
318
|
+
- `instagram_hide_comment` - Hide comment
|
|
319
|
+
- `instagram_pin_comment` - Pin comment to top
|
|
266
320
|
|
|
267
321
|
**Publishing:**
|
|
268
322
|
- `instagram_create_media_container` - Create media container
|
|
269
323
|
- `instagram_publish_media` - Publish media
|
|
270
324
|
- `instagram_get_container_status` - Check publish status
|
|
271
325
|
- `instagram_create_carousel` - Create carousel post
|
|
326
|
+
- `instagram_schedule_post` - Schedule post for later
|
|
327
|
+
- `instagram_create_reel` - Create Instagram Reel
|
|
328
|
+
|
|
329
|
+
**Messaging (Instagram DM):**
|
|
330
|
+
- `instagram_get_messages` - Get DM conversations
|
|
331
|
+
- `instagram_send_message` - Send DM
|
|
332
|
+
- `instagram_reply_message` - Reply to DM
|
|
272
333
|
|
|
273
334
|
**Hashtags:**
|
|
274
335
|
- `instagram_search_hashtag` - Search for hashtag
|
|
@@ -276,11 +337,15 @@ Add to your `claude_desktop_config.json`:
|
|
|
276
337
|
|
|
277
338
|
**Business Discovery:**
|
|
278
339
|
- `instagram_business_discovery` - Get public business account info
|
|
340
|
+
- `instagram_get_explore_posts` - Get explore page content
|
|
341
|
+
- `instagram_get_location_media` - Get media by location
|
|
279
342
|
|
|
280
343
|
**Insights:**
|
|
281
344
|
- `instagram_get_account_insights` - Get account analytics
|
|
282
345
|
- `instagram_get_media_insights` - Get media analytics
|
|
283
346
|
- `instagram_get_online_followers` - Get online followers count
|
|
347
|
+
- `instagram_get_reach_report` - Reach and impressions
|
|
348
|
+
- `instagram_get_follower_growth` - Follower growth over time
|
|
284
349
|
|
|
285
350
|
**Tags & Mentions:**
|
|
286
351
|
- `instagram_get_tagged_media` - Get media where tagged
|
|
@@ -289,7 +354,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
289
354
|
**Shopping:**
|
|
290
355
|
- `instagram_get_product_tags` - Get product tags on media
|
|
291
356
|
|
|
292
|
-
### TikTok (
|
|
357
|
+
### TikTok (28 tools)
|
|
293
358
|
|
|
294
359
|
**User Info:**
|
|
295
360
|
- `tiktok_get_user_info` - Get current user information
|
|
@@ -298,12 +363,30 @@ Add to your `claude_desktop_config.json`:
|
|
|
298
363
|
**Videos:**
|
|
299
364
|
- `tiktok_get_videos` - Get user's videos
|
|
300
365
|
- `tiktok_get_video_details` - Get video details
|
|
366
|
+
- `tiktok_upload_video` - Upload video file
|
|
367
|
+
- `tiktok_schedule_video` - Schedule video post
|
|
368
|
+
- `tiktok_delete_video` - Delete video
|
|
301
369
|
|
|
302
370
|
**Publishing:**
|
|
303
371
|
- `tiktok_query_creator_info` - Get creator posting settings
|
|
304
372
|
- `tiktok_initialize_video_upload` - Initialize video upload
|
|
305
373
|
- `tiktok_check_publish_status` - Check publish status
|
|
306
374
|
|
|
375
|
+
**Comments:**
|
|
376
|
+
- `tiktok_get_comments` - Get video comments
|
|
377
|
+
- `tiktok_reply_comment` - Reply to comment
|
|
378
|
+
- `tiktok_delete_comment` - Delete comment
|
|
379
|
+
- `tiktok_pin_comment` - Pin comment
|
|
380
|
+
|
|
381
|
+
**Analytics:**
|
|
382
|
+
- `tiktok_get_video_analytics` - Video performance
|
|
383
|
+
- `tiktok_get_account_analytics` - Account metrics
|
|
384
|
+
- `tiktok_get_follower_report` - Follower demographics
|
|
385
|
+
|
|
386
|
+
**Discovery:**
|
|
387
|
+
- `tiktok_search_videos` - Search public videos
|
|
388
|
+
- `tiktok_get_trending_hashtags` - Trending hashtags
|
|
389
|
+
|
|
307
390
|
**Research API:**
|
|
308
391
|
- `tiktok_research_video_query` - Query public videos
|
|
309
392
|
- `tiktok_research_user_info` - Get public user info
|
|
@@ -313,13 +396,17 @@ Add to your `claude_desktop_config.json`:
|
|
|
313
396
|
- `tiktok_get_playlists` - Get user playlists
|
|
314
397
|
- `tiktok_get_playlist_videos` - Get playlist videos
|
|
315
398
|
|
|
316
|
-
### Twitter/X (
|
|
399
|
+
### Twitter/X (50 tools)
|
|
317
400
|
|
|
318
401
|
**Tweets:**
|
|
319
402
|
- `twitter_create_tweet` - Create a tweet (paid access)
|
|
320
403
|
- `twitter_get_tweet` - Get tweet by ID
|
|
321
404
|
- `twitter_delete_tweet` - Delete a tweet (paid access)
|
|
322
405
|
- `twitter_get_tweets` - Get multiple tweets
|
|
406
|
+
- `twitter_schedule_tweet` - Schedule tweet for later
|
|
407
|
+
- `twitter_bulk_schedule` - Schedule multiple tweets
|
|
408
|
+
- `twitter_reply_tweet` - Reply to a tweet
|
|
409
|
+
- `twitter_quote_tweet` - Quote tweet
|
|
323
410
|
|
|
324
411
|
**Search:**
|
|
325
412
|
- `twitter_search_recent` - Search recent tweets (paid access)
|
|
@@ -348,6 +435,20 @@ Add to your `claude_desktop_config.json`:
|
|
|
348
435
|
- `twitter_retweet` - Retweet (paid access)
|
|
349
436
|
- `twitter_undo_retweet` - Undo retweet (paid access)
|
|
350
437
|
|
|
438
|
+
**Analytics:**
|
|
439
|
+
- `twitter_get_tweet_analytics` - Tweet performance
|
|
440
|
+
- `twitter_get_account_analytics` - Account metrics
|
|
441
|
+
- `twitter_export_report` - Export analytics data
|
|
442
|
+
|
|
443
|
+
**Direct Messages:**
|
|
444
|
+
- `twitter_get_messages` - Get DM conversations
|
|
445
|
+
- `twitter_send_message` - Send DM
|
|
446
|
+
- `twitter_reply_message` - Reply to DM
|
|
447
|
+
|
|
448
|
+
**Media:**
|
|
449
|
+
- `twitter_upload_media` - Upload image/video
|
|
450
|
+
- `twitter_get_media` - Get media details
|
|
451
|
+
|
|
351
452
|
**Lists:**
|
|
352
453
|
- `twitter_get_list` - Get list by ID
|
|
353
454
|
- `twitter_get_user_lists` - Get user's lists
|
|
@@ -551,6 +652,22 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
551
652
|
|
|
552
653
|
## 📈 Changelog
|
|
553
654
|
|
|
655
|
+
### v1.0.3 (2026-02-17)
|
|
656
|
+
|
|
657
|
+
- ✅ **100% API Coverage Expansion**: Added 106 new tools across all platforms
|
|
658
|
+
- ✅ **YouTube**: 18 → 35 tools (+17 tools for analytics, video management, playlists)
|
|
659
|
+
- ✅ **Facebook**: 27 → 45 tools (+18 tools for Messenger, scheduling, moderation)
|
|
660
|
+
- ✅ **Instagram**: 28 → 48 tools (+20 tools for DMs, Reels, Stories, discovery)
|
|
661
|
+
- ✅ **LinkedIn**: 18 → 35 tools (+17 tools for messaging, analytics, connections)
|
|
662
|
+
- ✅ **TikTok**: 13 → 28 tools (+15 tools for video upload, comments, analytics)
|
|
663
|
+
- ✅ **Twitter/X**: 31 → 50 tools (+19 tools for scheduling, DMs, analytics, media)
|
|
664
|
+
- ✅ **Total Growth**: 135 → 241 tools (+79% expansion)
|
|
665
|
+
|
|
666
|
+
### v1.0.2 (2026-02-17)
|
|
667
|
+
|
|
668
|
+
- ✅ Documentation improvements
|
|
669
|
+
- ✅ README enhancements
|
|
670
|
+
|
|
554
671
|
### v1.0.1 (2026-02-17)
|
|
555
672
|
|
|
556
673
|
- ✅ Complete implementation of all 6 platforms
|
|
@@ -40,6 +40,20 @@ export declare class FacebookPlatform implements Platform {
|
|
|
40
40
|
private getPhotos;
|
|
41
41
|
private searchPages;
|
|
42
42
|
private getNotifications;
|
|
43
|
+
private createReel;
|
|
44
|
+
private schedulePost;
|
|
45
|
+
private publishPost;
|
|
46
|
+
private bulkSchedule;
|
|
47
|
+
private hideComment;
|
|
48
|
+
private moderateComment;
|
|
49
|
+
private getMessages;
|
|
50
|
+
private sendMessage;
|
|
51
|
+
private replyMessage;
|
|
52
|
+
private markMessageRead;
|
|
53
|
+
private getAudienceDemographics;
|
|
54
|
+
private exportInsights;
|
|
55
|
+
private updateEvent;
|
|
56
|
+
private deleteEvent;
|
|
43
57
|
}
|
|
44
58
|
export {};
|
|
45
59
|
//# sourceMappingURL=facebook.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"facebook.d.ts","sourceRoot":"","sources":["../../src/platforms/facebook.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,UAAU,cAAc;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,gBAAiB,YAAW,QAAQ;IAC/C,IAAI,SAAc;IAClB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,OAAO,CAAsC;gBAEzC,MAAM,EAAE,cAAc;IAIlC,QAAQ,IAAI,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"facebook.d.ts","sourceRoot":"","sources":["../../src/platforms/facebook.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,UAAU,cAAc;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,gBAAiB,YAAW,QAAQ;IAC/C,IAAI,SAAc;IAClB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,OAAO,CAAsC;gBAEzC,MAAM,EAAE,cAAc;IAIlC,QAAQ,IAAI,IAAI,EAAE;IAyvBZ,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO,CAAC;QACtD,OAAO,EAAE,KAAK,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,CAAC,CAAC;KAChD,CAAC;IA8FF,OAAO,CAAC,QAAQ;YAWF,aAAa;YAYb,KAAK;YAQL,OAAO;YASP,WAAW;YASX,OAAO;YAUP,YAAY;YAaZ,UAAU;YAaV,SAAS;YAaT,SAAS;YAaT,UAAU;YASV,OAAO;YAUP,QAAQ;YAQR,UAAU;YAQV,aAAa;YAQb,WAAW;YAWX,cAAc;YAQd,aAAa;YASb,eAAe;YAaf,eAAe;YASf,SAAS;YAYT,WAAW;YAgBX,SAAS;YAcT,WAAW;YAcX,gBAAgB;YAYhB,UAAU;YAYV,YAAY;YAcZ,WAAW;YAWX,YAAY;YAyBZ,WAAW;YAWX,eAAe;YAYf,WAAW;YAYX,WAAW;YAYX,YAAY;YAWZ,eAAe;YAaf,uBAAuB;YAcvB,cAAc;YAed,WAAW;YAcX,WAAW;CAO1B"}
|