MeWe’s Developer Program is currently in beta with limited spots. Your application will be reviewed, and selected participants will be granted access to the API.
Set up MeWe
1
Create a MeWe Developer Account
Head over to the MeWe Developer Portal and sign in with your MeWe account.Submit an application to join the MeWe Developer Program. The MeWe team will review your request and grant access once approved.
2
Create a new application
Once approved, go to your MeWe Developer Settings and create a new application.When selecting the application type, choose Standalone App since PostQueen operates as an external application that connects to MeWe’s API.Configure the permissions your application requires for posting and group access.
3
Configure OAuth2 Redirect URI
Your MeWe OAuth2 Redirect URI:
- Production:
https://postqueen.example.com/integrations/social/mewe - Local development:
http://localhost:4200/integrations/social/mewe - Docker:
http://localhost:4007/integrations/social/mewe
4
Copy your credentials
From your MeWe Developer Settings, copy the App ID and API Key for your application, and add them to your
.env file:5
Add MeWe channel in PostQueen
Restart PostQueen to apply the new environment variables. If you are using Docker Compose, run
docker compose down and then docker compose up.Go to the PostQueen web interface, click on “Add Channel”, and select MeWe. You will be redirected to MeWe to authorize the connection.Once authorized, you can choose to post to your Timeline or to a specific Group when creating posts.The channel is in the left sidebar with its avatar and name. That is the whole confirmation: if it is in the list, she can post to it.
Next steps
What she can post to MeWe
Limits, post types and settings
Configuration reference
Every variable she reads
Connect errors
Invalid state, invalid_grant and the rest
Another channel
Every network, and what each one asks for