Issue mentioned: http://code.google.com/p/twitter-api/issues/detail?id=142

On Thu, Mar 26, 2009 at 09:46, Chad Etzel <jazzyc...@gmail.com> wrote:

>
> Your since_id should be less than 1392831512 in your request.
>
> Using the since_id returns replies with an id strictly greater than
> the since_id specified.
>
> Since you are setting since_id to the id of the tweet you are trying
> to find it will not work.
>
> I think what you are trying to actually accomplish, i.e. get replies
> to a specific tweet, is not yet possible with the API.  There may be
> an open ticket for it, so you might want to search around and star it
> if you find it.
>
> -Chad
>
> On Thu, Mar 26, 2009 at 2:08 AM, Brother <obran...@gmail.com> wrote:
> >
> > 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
> >
>



-- 
Abraham Williams | http://the.hackerconundrum.com
Web608 | Community Evangelist | http://web608.org
This email is: [ ] blogable [x] ask first [ ] private.

Reply via email to