Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I want to make an post apex request. The info i have is post endpoint and post body, I have successfully make the chatter api hits for our community but i don't know how to make an apex request.

In this request also like all other, we have to connect with the community? Also i go through some links like :

which shows the post apex request but here also, how can i get(import) HTTPGET class in my android project ? I tried to call but it in suggestion i cant see any HTTPGET of salesforce/apex i can see the class only of apache.

Please let me know where i am doing wrong ?

share|improve this question
1  
If I understand your question correctly, this would be better asked on an Android forum. From a quick Google, it looks like HttpURLConnection is the recommended Android mechanism; you'll have to learn a bit about Java's streaming IO to use it though. – Keith C 1 hour ago

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.