Share a post with this method to group, newsfeed or a friend.
Endpoint:
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| guid | Yes | integer | Post guid |
| type | Yes | string | newsfeed or group or friend |
| friend | No | integer | Friend guid if you selected type friend and required` |
| group | No | integer | Group guid if you selected type group |
**Example Response **
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1632345686,
"payload": {
"success": "Post has been shared"
},
"code": "100",
"message": "Request successfully executed"
}