Skip to content

Reply to tweet doesn't work #115

@juloxrox

Description

@juloxrox

Here is the change to make in src/TwitterStatusUpdate.php within getRequestBody() function:

if ($this->inReplyToTweetId) {
$body['reply']['in_reply_to_tweet_id'] = (string) $this->inReplyToTweetId;
}

instead of

if ($this->inReplyToTweetId) {
$body['in_reply_to_tweet_id'] = $this->inReplyToTweetId;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions