Seirie wrote: > If it helps any, I'm attempting to build an app that utilizes the > twitter API. I know ppl have built tools for the interfacing with the > twitter API specifically, but I'd rather deal with it myself using > classic XML parsing.
Don't reinvent the wheel. Use a Twitter library. I *highly* recommend TwitterAuth. Even if you want to ignore that advice, XML is the wrong tool. Twitter makes its data available as JSON, which is much nicer to work with than XML. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

