> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Social Media

> Connect Social Media to xpander and give agents its 40 actions: how to sign in and connect it, and which actions to hold for approval.

<Badge color="blue">HTTP API connector</Badge>

An HTTP API described by an OpenAPI spec, not an MCP server. Calls go through xpander's function endpoint `https://functions.xpander.ai/social_media`, which fronts the Social Media API, and carry a credential xpander supplies, so there is nothing to paste.

## What the skill can do

API connector: 40 actions, as they appear in the skill panel. 4 of them create, change or delete something in Social Media; mark those under **These actions need approval** when you add the skill to an agent.

* **Twitter tweet management** (7): Check Retweet Status in Twitter, Get Twitter Replies, Get Tweet Thread, Get Latest Replies in Twitter, Get Twitter Space Details, Get Retweets from Twitter, Get Tweet Details
* **Linkedin company management** (6): Get LinkedIn Company Details, Search Posts in LinkedIn, Get Company Employees Count by LinkedIn, Get Related Companies from LinkedIn, Get LinkedIn Company Insights, LinkedIn Get Company by Domain
* **Linkedin job management** (5): Get Company Jobs Count by LinkedIn, Get Hiring Team Information from LinkedIn, Fetch LinkedIn Company Jobs, Get Job Details from LinkedIn, LinkedIn Search Jobs
* **Linkedin post management** (4): Get LinkedIn Post Data by URL, Get Company Posts by LinkedIn, Get LinkedIn Post Comments, Get LinkedIn Post Reposts
* **Linkedin profile management** (3): Get LinkedIn Profile Data by URL, Get Email by LinkedIn Profile URL, Get LinkedIn Profile by Username
* **Linkedin search service** (3): LinkedIn Search for People, LinkedIn Search Employees, LinkedIn Search Locations
* **Twitter follow management** (3): Get Twitter Followers List, Check Twitter Follow Status, Get Twitter Following List
* **Twitter list management** (3): Get Twitter List Members, Get Twitter List Timeline, Get Twitter List Followers by ID
* **Twitter search service** (3): Search Tweets, Get Twitter User Timeline, Get Trending Topics in Twitter
* **Twitter affiliate management** (2): Get Affiliates by Screenname in Twitter, Get Twitter User Profile
* **Twitter profile management** (1): Get Twitter User Media

## Connect Social Media

In Xpander Chat, open the agent's settings, click **Add skill**, and search for **Social Media**. The connect dialog asks for a connection name and whether the connection is for the **Organization** (one shared account) or **Personal** (your own account, so the agent acts with your permissions where systems allow). On an agent other people use, a personal connection runs their requests as you unless the binding requires each person's own sign-in; see [whose credential a shared agent uses](/use/agents/permissions#whose-credential-a-shared-agent-uses).

Social Media connects with **Sign in with Social Media**: you authorize in the browser and xpander stores the OAuth token; the agent never sees it, and the token is attached at the moment a skill is called.

Calls go to `https://functions.xpander.ai/social_media`.

## Give an agent the Social Media skill

Once Social Media is connected, any agent you can edit may be given the skill: open the agent's settings, click **Add skill**, and choose **Social Media**. Enable only the action groups the agent needs, and mark the actions that should wait for a named person's sign-off under **These actions need approval**. Which skills exist for your organization, and who may add them, is decided by your admins; see [Skills](/use/skills).

## Related Resources

* [Skills](/use/skills)
