0

How to do a Reply on a Tweet on an iPhone twitter app (MGTwitterEngine)?

Can Any one give me link or source code to reply the the tweet?

Thanks, Tejas

iTejas
  • 41
  • 3
  • use post status/update, supply in_reply_status_id parameter with tweet id together, start tweet with @nameuser who authorized tweet..some docs: https://dev.twitter.com/docs/api/1/post/statuses/update – Juan Munhoes Junior Feb 18 '13 at 18:40
  • this should help you: http://stackoverflow.com/questions/11308690/retweet-reply-and-favorite-in-ios-5-twitter-with-the-accounts-framework – Juan Munhoes Junior Feb 18 '13 at 18:42

1 Answers1

0

Thank you guys for your Response But i have done with Reply on tweet using FHSTwitterEngine.

https://github.com/fhsjaagshs/FHSTwitterEngine

iTejas
  • 41
  • 3