[twitter-dev] Re: updateStatus API

2009-10-23 Thread ElPlatero

Read:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update

Annotation für in_reply_to_status_id:
Note: This parameter will be ignored unless the author of the tweet
this parameter references is mentioned within the status text.
Therefore, you must include @username, where username is the author of
the referenced tweet, within the update.

Hope this helps.

Tino

On Oct 23, 3:40 am, Guru mp.gurucha...@gmail.com wrote:
 Hi,

 To reply for a tweet, I used twitter.updateStatus
 (status,inreplyStatusId) api. Reply posted successfully to twitter
 but it shows only about 2 minutes ago from Twitter 4j and it does
 not show in reply to 'original tweet'.
 Am I using the right api or Is there any api to show a link to
 original tweet?

 Thanks,
 Guru


[twitter-dev] Re: updateStatus API

2009-10-23 Thread Guru

Thanks Tino .. It helped, now I am getting the required link.

~ Guru

On Oct 23, 4:28 am, ElPlatero t...@wi-05.de wrote:
 Read:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0u...

 Annotation für in_reply_to_status_id:
 Note: This parameter will be ignored unless the author of the tweet
 this parameter references is mentioned within the status text.
 Therefore, you must include @username, where username is the author of
 the referenced tweet, within the update.

 Hope this helps.

 Tino

 On Oct 23, 3:40 am, Guru mp.gurucha...@gmail.com wrote:

  Hi,

  To reply for a tweet, I used twitter.updateStatus
  (status,inreplyStatusId) api. Reply posted successfully to twitter
  but it shows only about 2 minutes ago from Twitter 4j and it does
  not show in reply to 'original tweet'.
  Am I using the right api or Is there any api to show a link to
  original tweet?

  Thanks,
  Guru