[twitter-dev] Re: Getting Source Parameter in Java from XML returns

2009-04-16 Thread Travis James
package jtwitter; import java.net.MalformedURLException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; public class TwitterEntry { // Twitter Entry Nodes (each corresponds to a XML node with the same name)

[twitter-dev] Re: Getting Source Parameter in Java from XML returns

2009-04-16 Thread Travis James
it.  I'm assuming it is looking at XML version of the data?  Is this for REST or Search API? -Chad Doug Williams Twitter API Support http://twitter.com/dougw On Thu, Apr 16, 2009 at 7:34 AM, Travis James deadscene...@hyperhack.com wrote: package jtwitter; import

[twitter-dev] Re: Getting Source Parameter in Java from XML returns

2009-04-16 Thread Travis James
jazzyc...@gmail.com wrote: On Thu, Apr 16, 2009 at 5:11 PM, Travis James deadscene...@hyperhack.com wrote: Thank you Doug. That is where I was wrong. Is there anyway to excuse the HTML and just get the Application Name? I believe they've stated that will happen in API v2.  Right now