Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to authenticate to use a rest web service.

I make a

HttpClient httpclient = new DefaultHttpClient();

an there must be a way to use UsernamePasswordCredentials on that client.

Can somebody please point me to a relevant example?

I have found some source code uding the HttpClient class in the org.apache.commons.SOMETHING_HTTP, but that doesn't exist on Android.

Cheers

share|improve this question
In title, "Authentication" instead of "Authentification". Please also write "http" in the title. – moala Oct 1 '10 at 11:13

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.