I am using MGTwitterEngine
using this code for reply a tweet
[[twitter sendUpdate:text inReplyTo:message_ID] retain];
But it works as a normal tweet. not as a reply of any specific tweet.
Any idea.
I am using MGTwitterEngine
using this code for reply a tweet
[[twitter sendUpdate:text inReplyTo:message_ID] retain];
But it works as a normal tweet. not as a reply of any specific tweet.
Any idea.