[android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?
It is very much possible to get tweets from a user without logging in,
provided that user did not set tweets to private.
https://dev.twitter.com/docs/api/1/get/search
Heck, you can search from a hashtag, even!
You can choose to have Twitter give you the tweets in JSON or XML.
JSON's a bit easier for me. No worries about parsing HTML whatsoever.
Also, don't worry about registering your app - they just ask you to
email. For some reason this is a "BIG HURDLE" to all the programmers I
talked to! I just emailed, and the Twitter representative was very
helpful. I got my XAuth key sorted in about 3 days. Of course, you
must justify why you need it...
On Sep 8, 1:46 am, 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 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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home