Wednesday, September 7, 2011

Re: [android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

That's pretty much what I suggested.

Anyway, parsing html with java is really easy. Take a look at
WebHarvest, and libraries like xlst and xpath.
It'll be great programming experience and you'll be able to build all
kinds of scrape services. But, again, this may not be legal unless
you get permission from the site.

On Wed, Sep 7, 2011 at 1:02 PM, saex <elpablosaez@gmail.com> wrote:
> that sound's affordable, the problem is that i dnt have any skills
> about parsing HTML with java
>
> did you know a easy way to do this?
>
> code examples are welcome
>
> and thanks a lot for help me
>
> On 7 sep, 21:00, Michael Banzon <mich...@banzon.dk> wrote:
>> On Wed, Sep 7, 2011 at 7:46 PM, saex <elpablos...@gmail.com> wrote:
>> > Hi
>>
>> > i need to achieve that, show the last tweets of a programatically
>> > given user.
>>
>> > But i need to do it without login on twitter, without using Oauth, and
>> > without registering my app on dev.twitter.com
>>
>> > It is possible? i can't find the way to do it :S
>>
>> You could write some code to parse the HTML manually - it's never
>> going to be good though.
>>
>> If you choose this path I'd recommend writing a webservice to parse
>> the HTML on your request - updating the webservice whenever twitter
>> update their HTML is so much easier than updating the Android app.
>>
>> --
>> Michael Banzonhttp://michaelbanzon.com/
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
~ Jeremiah:9:23-24
Android 2D MMORPG: http://solrpg.com/http://www.youtube.com/user/revoltingx

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment