The SocialHub service provides a REST API for sites to publish posts and synchronize comments with social networks.

About the API

The used content-type/mime-type for the HTTP requests is application/json. An API-request requires to be authorized by the owners App ID and the request-specific signature.

The API-URL where these requests need to be send to, the App ID and the Secret Key, are specific to their App and can be found in the administrative dashboard of the SocialHub service.
Read more about How to prepare an API request.

Available API routes

API error handling

When an API request fails, the SocialHub Publisher API will return information about the thrown PublisherApiException.