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
Name
Type
Description
session*
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
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
Last updated