Hi!
I'm trying to access this list of public twitts here,
from an android application through a HttpClient:
http://api.twitter.com/1/statuses/public_timeline.json
I keep getting an Exception when connecting:
java.net.UnknownHostException: api.twitter.com
Why is this happening?
How can I fix this?
Thank you