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\/
default_profile_normal.png","screen_name":"obrand","url":null,"name":"obrand","protected":false,"location":null,"id":
12001302},"text":"Test to
twitter","in_reply_to_user_id":null,"in_reply_to_status_id":null,"created_at":"Thu
Mar 26 05:33:19 +0000 2009","truncated":false,"id":
1392831512,"source":"web"}

I go on the Twitter site using a different account and reply to this
twitt.

Then I perform the following:

curl -u obrand:mypassword 
http://twitter.com/statuses/replies.json?since_id=1392831512

And get nothing???

What am I doing wrong? I thought I could use the id returned in the
creation of the status (in the attached JSON) and use it to get any
replies to it (as I am trying to do via CURL)

What am I doing wrong?

Olivier

Reply via email to