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

in_reply_to_status_id field is not set #91

Open
cseieb opened this issue Aug 4, 2011 · 0 comments
Open

in_reply_to_status_id field is not set #91

cseieb opened this issue Aug 4, 2011 · 0 comments

Comments

@cseieb
Copy link

cseieb commented Aug 4, 2011

While trying to reply a tweet with “– (NSString *)sendUpdate:(NSString *)status inReplyTo:(unsigned long)updateID” method, "in_reply_to_status_id" field in the response string is empty.

At first, I had to change the type of updateID from “unsigned long” to “unsigned long long”, otherwise some part of the updateID parameter was truncating(because of the 32 bit issue I guess, as I’m trying on IOS).

After that everything seemed working, I was using the method above for replying a tweet and my reply tweet is sent to twitter perfectly but the problem is my reply tweet does not appear to be a “reply tweet”; it just appears as a usual tweet.

When I check the response of my reply tweet above everything seems OK except that “in_reply_to_status_id” field seems empty which explains the situation(my reply tweet seems like a usual tweet) I tried to explain above.

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