Create a like

Brief description:

  • Create a like for existing post or entity.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
subject_guid Yes integer Wall post guid or entity guid
type Yes string entity if liking any entity. post for liking post. annotation for comment
uguid Yes integer UserID who is liking

Example Response

{
    "merchant": "Open Source Social Network",
    "url": "http:\/\/www.mywebsite.com\/",
    "time_token": 1569318908,
    "payload": true,
    "code": "100",
    "message": "Request successfully executed"
}

*Remarks

  • if like is failed to add you will get error 200

Services View All