Huh, so you're right. All of my other calls work properly and they're all called using the same "root" URL - do some of them not need that?
Thank you!! On Mar 26, 3:29 pm, Abraham Williams <[email protected]> wrote: > You are missing the API version.http://api.twitter.com*/1/* > statuses/friends/coryimdieke.xml > > Abraham > > > > > > On Fri, Mar 26, 2010 at 15:23, Cory <[email protected]> wrote: > > 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=HMA > > C- > > > 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.xmloruse 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. > > -- > Abraham Williams | Community Advocate |http://abrah.am > Digri | Your network just got hotter |http://digri.net > 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.
