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
Make sure you have the INTERNET permission added to your manifest.
<uses-permission
android:name="android.permission.INTERNET" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With