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

# MeWe

> How to add MeWe to your system

<img src="https://mintcdn.com/forceplay/LL5FipRv-7nhg1To/images/channels/mewe.svg?fit=max&auto=format&n=LL5FipRv-7nhg1To&q=85&s=69a11ffad607bfb74d7e510cc9191f84" alt="MeWe" height="44" noZoom style={{ height: "44px", marginBottom: "1.25rem" }} data-path="images/channels/mewe.svg" />

<Snippet file="never-share.mdx" />

## What she can post to MeWe

You get room to write here. Sixty three thousand characters, photos alongside, and a choice between your own timeline and any group you belong to.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    63,206 characters per post.
  </Card>

  <Card title="Media" icon="image">
    Photos only, uploaded one by one before the post goes out. Video files are dropped from the post rather than sent.
  </Card>

  <Card title="Post types" icon="layer-group">
    A single post, to your timeline or to one group. No threaded comments on this network.
  </Card>

  <Card title="Analytics" icon="chart-line">
    None. Ten connectors report numbers back to her, and MeWe is not one of them.
  </Card>
</CardGroup>

| Area          | Detail                                                                                                                                                                     |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Post settings | `postType` of `timeline` or `group`, plus a `group` id when you pick a group. Field shapes for every network sit in the [Create Post](/public-api/posts/create) reference. |
| Connect flow  | One step. MeWe returns a login request token, and she trades it for an API token using your app id and API key.                                                            |
| Automations   | None on this network.                                                                                                                                                      |
| Publish rate  | One post at a time.                                                                                                                                                        |

<Warning>
  The group picker walks through every page of your MeWe groups, so long lists are fine, but a post to a group fails if you leave the group id empty.

  Three messages come back from MeWe itself. **"Access token expired, please re-authenticate"** means the channel needs reconnecting, **"Insufficient permissions for this action"** means the app is missing a permission, and **"Rate limited, retrying..."** means MeWe asked her to slow down.
</Warning>

## Posting Options

When creating a post for MeWe in PostQueen, you can configure:

* **My Timeline**: posts directly to your personal MeWe timeline.
* **Group**: posts to a specific MeWe group you belong to. You will be prompted to select the target group from a dropdown.

MeWe supports text posts with optional photo attachments. Video uploads are not currently supported through this integration.

## Self-hosting

<Info>
  On PostQueen Cloud this channel is ready: open **Add Channel** and pick it.
  Running your own instance? You register the application yourself:
  [Set up MeWe on your own instance](/installation/providers/mewe).
</Info>

<Snippet file="next-steps-provider.mdx" />
