Need to send a POST request to a Service provider using HTTPS protocol, response from the service provider will be an xml file, need to read that also.
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.
|
|
|
You could start by taking a look at AndroidHttpClient and at HttpPost. Something like this should work:
Also, my RestClient on github might be useful. Note: I use GET to retrieve the data, so YMMV. |
||||