hi,
i`ve a java client that connects to twitter and performs different
Twitter functions(get followers,fetch tweets,send tweets,update status
etc..).
But when i developed a android applicaton using the same apis...i get
an UNRESOLED HOST EXCEPTION in the following line


HttpResponse response = http.PostURL("http://twitter.com/statuses/
friends_timeline.json?count=0",         nvps, username, password);

Here response is coming to NULL.
i`ve got internet permission enabled inthe manifest file,and can
connect to the internet using the phone`s browser.
But whenever i try the connect to any website(note only twitter)
through a program it gives me this
UNRESOLED HOST EXCEPTION.
Can anyone plz suggest.
Thank you in advance.


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

Reply via email to