【发布时间】:2015-08-22 02:54:54
【问题描述】:
我正在尝试向我的服务器发送一个POSTRequest,它返回一个JSONObject,但是它需要这种长字符串形式的参数:
client_id=client_id&client_secret=client_secret&grant_type=password&username=username&password=password
我一直在试图弄清楚如何做到这一点,但是与此类似的每个教程或答案都使用已弃用的 HTTPClient 等。有人可以指出我正确的方向吗?
【问题讨论】:
标签: android http-post httprequest android-volley