Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InReplyToStatusId does not work with UpdateWithMedia #89

Open
jjw22new opened this issue Jun 16, 2015 · 0 comments
Open

InReplyToStatusId does not work with UpdateWithMedia #89

jjw22new opened this issue Jun 16, 2015 · 0 comments

Comments

@jjw22new
Copy link

hi i use updatewithmedia in twitterizer

StatusUpdateOptions options = new StatusUpdateOptions();
if (in_reply_to_status_id != "")
{
options.InReplyToStatusId = Convert.ToDecimal(in_reply_to_status_id);
}

TwitterResponse twitterResponse = TwitterStatus.UpdateWithMedia(token, status, filePath, options);

i checked token and replystatusid, this is correct but not working options
at the result, updatewithmedia work to new status update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant