5️Post Content API

Programmatically post content/link/picture on wall

Post Content API

This endpoint allows you to share content to wall programmatically

POST https://api.socialinviter.com/api/v2/post

Headers

NameTypeDescription

session*

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

userid*

string

UserID of the logged in user. The UserID will be received from accesstoken API call.

service*

string

Service name refers to the provider, see Supported Service List below

token*

string

Token received from AccessToken API

title

string

Title of the post

text*

string

Content of the post

tags

string

Tags for the post

link*

string

Share link

imageurl

string

Image for the post

{
  "data": {
    "status": "730278784562069504",
    "renewedToken": "JVHBKJDLHBLFBKDLKFBD",
    "service": "linkedin"
  },
  "status": {
    "message": "",
    "type": "success"
  }
}
pageSupported ServicespageError Handling

Last updated