[twitter-dev] Question regarding twitter replies

2009-03-26 Thread Brother
I am trying to get replies to a twitt I am creating programmatically. The returned JSON from the creation of the status is: {in_reply_to_screen_name:null,favorited:false,user: {followers_count:3,description:null,profile_image_url:http:\/\/ static.twitter.com\/images\/

[twitter-dev] Getting replies from status_id

2009-03-26 Thread Brother
Hi, When I try to get the replies using the returned id from my status, I do not get anything. I have tried using curl as well but nothing. Use case is as follow: 1- I am creating an update via REST call. The returned JSON is: {in_reply_to_screen_name:null,favorited:false,user:

[twitter-dev] Re: Question regarding twitter replies

2009-03-26 Thread Brother
4bra...@gmail.com wrote: Are you sure they @replies from the other account are actually getting marked as @replies? On Thu, Mar 26, 2009 at 01:08, Brother obran...@gmail.com wrote: I am trying to get replies to a twitt I am creating programmatically. The returned JSON from the creation

[twitter-dev] Re: Question regarding twitter replies

2009-03-26 Thread Brother
: Correct. @replies need to both a) specify in_reply_to_status_id and b) start with '@original author' On Thu, Mar 26, 2009 at 09:38, Brother obran...@gmail.com wrote: Ahhh! I think you are right. I did not paid attention that there is a good reason for having the @original author in the reply

[twitter-dev] Re: Question regarding twitter replies

2009-03-26 Thread Brother
All is working!!! Thanks for the tips. Result is very exciting. Check out the iPhone Mutant Zoo app around April timeframe!!! I think it makes a very good, and innovative, use of Twitter!! On Mar 26, 8:50 am, Brother obran...@gmail.com wrote: Great, I do not handle replies in my app

[twitter-dev] Inclusion of the source parameter

2009-03-26 Thread Brother
Hi, I got the confirmation from twitter regarding the acceptance of my source parameter to show the application name in the footer of the Tweets. Should this source parameter be part of the HTTP body section or part of the URL? Thanks Olivier

[twitter-dev] Retrieve the message associated with a specific direct message id?

2009-07-14 Thread Brother
How can I retrieve a single direct message given its id? Can I use the status API or is this totally different? http://twitter.com/statuses/show/id.format Thanks B-

[twitter-dev] Geo location?

2009-07-14 Thread Brother
Can we pass geo tag in status or direct messages? Have not seen this in API but have heard there is or will be support for this. B-