connect to RESTful api
问题 i need help to connect to this api this is Documentation: http://www.jazzradio.fr/api-docs the website example is in php and i not understand i have public-key and private-key please help me to connect i tried url = "http://www.jazzradio.fr/api/news" List<NameValuePair> params = new ArrayList<NameValuePair>(); params.add(new BasicNameValuePair("limit", "20")); params.add(new BasicNameValuePair("private_key ", "***")); JSONObject json = jParser.makeHttpRequest(url, "GET", params); is that true