[twitter-dev] How to test for one user following another

2010-10-07 Thread Joe Rattz
I would like to determine if my registered application's user is following another user. First I tried friendships/show with a target_screen_name = someuser and get this error: hash request/1/friendships/show.xml/request errorTarget user not specified./error /hash Then I tried

[twitter-dev] Re: How to test for one user following another

2010-10-07 Thread Joe Rattz
documentation:http://dev.twitter.com/doc/get/friendships/show Joe Rattz wrote: I would like to determine if my registered application's user is following another user. First I tried friendships/show with a target_screen_name = someuser and get this error: hash    request/1/friendships/show.xml

[twitter-dev] Where to submit a bug report?

2010-10-19 Thread Joe Rattz
How do I report a bug? I am seeing what appears to be a bug right now and it is reproducbble in the Twitter Twurl. What I am seeing is a discrepancy in the latest status returned with the statuses/friends web service call. Basically, the XML interface works properly but the JSON one does not.

[twitter-dev] Re: Where to submit a bug report?

2010-10-19 Thread Joe Rattz
objects, the definitive means to determine this is by getting the most recent tweet from the user's statuses/user_timeline Taylor On Tue, Oct 19, 2010 at 12:41 PM, Joe Rattz joeratt...@gmail.com wrote: How do I report a bug? I am seeing what appears to be a bug right now

[twitter-dev] Re: How to test for one user following another

2010-10-19 Thread Joe Rattz
I am not doing it from the command line with Twurl. I am doing it from the Twurl Console that you provide and it doesn't work. On Oct 7, 8:06 pm, Thomas Mango tsma...@gmail.com wrote: I apologize, I was actually saying that you should specify both the source and the target. It was my