Wednesday, September 7, 2011

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

On Wed, Sep 7, 2011 at 7:46 PM, saex <elpablosaez@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 Banzon
http://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

No comments:

Post a Comment