like_tweet
Like a tweet by providing its URL or numeric status ID, with no action if already liked.
Instructions
Like a post by URL or status id (no-op if already liked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_or_id | Yes | A full post URL or the bare numeric status id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric status id of the created/affected post, if resolvable. | |
| ok | Yes | Whether the action completed successfully. | |
| url | No | Permalink to the created/affected post, if any. | |
| action | Yes | The action that was attempted, e.g. 'post_tweet'. | |
| message | No | Human-readable detail about the outcome. |