/api/post-actions

Edit, delete a post | comment, like, wonder|dislike a post.

End point: http://greatpost.es/api/post-actions?access_token=ACCESS_TOKEN

POST data:

Key
Value
Description
Required

post_id

int

The post you want to modify

Yes

action

edit,delete,commet,like,dislike,wonder

...

Yes

text

string

The post’s or comment’s text

Required if action = edit or comment

Last updated