Same for both :/ <?xml version="1.0" encoding="UTF-8"?> <hash> <error>Not found</error> <request>/statuses/friends/coryimdieke.xml? oauth_consumer_key=****&oauth_nonce=****&oauth_signature_method=HMAC- SHA1&oauth_timestamp=1269642081&oauth_token=****&oauth_version=1.0&oauth_signature=****</ request> </hash>
I appreciate the help though - any other thoughts? Cory On Mar 26, 3:19 pm, Abraham Williams <[email protected]> wrote: > If you us "id" then include it in your URL > like:http://api.twitter.com/statuses/friends/coryimdieke.xmlor use the > parameter > screen_name=coryimdieke. > > Abraham > > 2010/3/26 Cory <[email protected]> > > > > > > > I'm trying to run a query to grab the friends of the currently logged > > in user, and no matter what I do I get a Not Found error. Here is the > > request I'm making: > > >http://api.twitter.com/statuses/friends.xml?id=coryimdieke&oauth_cons... > > 1269635891&oauth_token=****&oauth_version=1.0&oauth_signature=**** > > > Response: > > > <?xml version="1.0" encoding="UTF-8"?> > > <hash> > > <error>Not found</error> > > <request>/statuses/friends.xml? > > > id=coryimdieke&oauth_consumer_key=****&oauth_nonce=****&oauth_s > > ignature_method=HMAC- > > > SHA1&oauth_timestamp=1269635891&oauth_token=****&oauth_version= > > 1.0&oauth_signature=****</ > > request> > > </hash> > > > I get the same response for that method regardless of how I try to > > call it. XML format, JSON format, with or without an id, user_id, with > > the id in the methodname instead of a parameter, etc. Same thing every > > time. My other calls all work fine. I can get statuses, check rate > > limit, verify_credentials, etc no problem. > > > I've been fighting with this all night and I'm running out of ideas! > > Anyone have any thoughts? > > > To unsubscribe from this group, send email to twitter-development-talk+ > > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > > ME" as the subject. > > -- > Abraham Williams | Community Advocate |http://abrah.am > TwitterOAuth |http://github.com/abraham/twitteroauth > This email is: [ ] shareable [x] ask first [ ] private. To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
