Social Media APIs
Connect your applications with popular social media platforms, messaging services, and community networks. These APIs enable social login, content sharing, messaging, and social data integration.Available APIs
| API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| 4chan | Simple image-based bulletin board dedicated to a variety of topics | No | Yes | Yes |
| Ayrshare | Social media APIs to post, get analytics, and manage multiple users social media accounts | apiKey | Yes | Yes |
| aztro | Daily horoscope info for yesterday, today, and tomorrow | No | Yes | Unknown |
| Blogger | The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown |
| Cisco Spark | Team Collaboration Software | OAuth | Yes | Unknown |
| Dangerous Discord Database | Database of malicious Discord accounts | apiKey | Yes | Unknown |
| Discord | Make bots for Discord, integrate Discord onto an external platform | OAuth | Yes | Unknown |
| Disqus | Communicate with Disqus data | OAuth | Yes | Unknown |
| Doge-Meme | Top meme posts from r/dogecoin which include ‘Meme’ flair | No | Yes | Yes |
| Facebook Login, Share on FB, Social Plugins, Analytics and more | OAuth | Yes | Unknown | |
| Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | OAuth | Yes | Unknown |
| Fuck Off as a Service | Asks someone to fuck off | No | Yes | Unknown |
| Full Contact | Get Social Media profiles and contact Information | OAuth | Yes | Unknown |
| HackerNews | Social news for CS and entrepreneurship | No | Yes | Unknown |
| Hashnode | A blogging platform built for developers | No | Yes | Unknown |
| Instagram Login, Share on Instagram, Social Plugins and more | OAuth | Yes | Unknown | |
| Kakao | Kakao Login, Share on KakaoTalk, Social Plugins and more | OAuth | Yes | Unknown |
| Lanyard | Retrieve your presence on Discord through an HTTP REST API or WebSocket | No | Yes | Yes |
| Line | Line Login, Share on Line, Social Plugins and more | OAuth | Yes | Unknown |
| The foundation of all digital integrations with LinkedIn | OAuth | Yes | Unknown | |
| Meetup.com | Data about Meetups from Meetup.com | apiKey | Yes | Unknown |
| Microsoft Graph | Access the data and intelligence in Microsoft 365, Windows 10, and Enterprise Mobility | OAuth | Yes | Unknown |
| NAVER | NAVER Login, Share on NAVER, Social Plugins and more | OAuth | Yes | Unknown |
| Open Collective | Get Open Collective data | No | Yes | Unknown |
| The world’s catalog of ideas | OAuth | Yes | Unknown | |
| Product Hunt | The best new products in tech | OAuth | Yes | Unknown |
| Homepage of the internet | OAuth | Yes | Unknown | |
| Revolt | Revolt open source Discord alternative | apiKey | Yes | Unknown |
| Saidit | Open Source Reddit Clone | OAuth | Yes | Unknown |
| Slack | Team Instant Messaging | OAuth | Yes | Unknown |
| TamTam | Bot API to interact with TamTam | apiKey | Yes | Unknown |
| Telegram Bot | Simplified HTTP version of the MTProto API for bots | apiKey | Yes | Unknown |
| Telegram MTProto | Read and write Telegram data | OAuth | Yes | Unknown |
| Telegraph | Create attractive blogs easily, to share | apiKey | Yes | Unknown |
| TikTok | Fetches user info and user’s video posts on TikTok platform | OAuth | Yes | Unknown |
| Trash Nothing | A freecycling community with thousands of free items posted every day | OAuth | Yes | Yes |
| Tumblr | Read and write Tumblr Data | OAuth | Yes | Unknown |
| Twitch | Game Streaming API | OAuth | Yes | Unknown |
| Read and write Twitter data | OAuth | Yes | No | |
| vk | Read and write vk data | OAuth | Yes | Unknown |
Authentication Types
- OAuth: OAuth 2.0 authentication required
- apiKey: API key required for access
- No: No authentication required
Use Cases
Social Login
Integrate social authentication with Facebook, Google, LinkedIn, and more
Content Sharing
Enable users to share content across multiple social platforms
Messaging Bots
Build bots for Discord, Telegram, Slack, and other messaging platforms
Social Analytics
Access analytics and insights from social media platforms
Getting Started
Most social media APIs require OAuth authentication. To get started:- Register your application with the platform
- Obtain API credentials (client ID and secret)
- Implement OAuth flow in your application
- Request necessary permissions/scopes
- Start making API calls
