Hello! Can anyone suggest either the existence of a Curl interpreter in Java, or what (at least approximately) analogue of Java code will be from this query:
curl -i -X POST --data-urlencode "oauth_consumer_key=ЗНАЧЕНИЕ" -- data-urlencode "oauth_nonce=значение" --data-urlencode "oauth_signature_method=HMAC-SHA1" --data-urlencode "oauth_timestamp=значение" --data-urlencode "oauth_version=1.0" --data- urlencode "oauth_token=значение" --data-urlencode "auth_signature=значение" --data "category=3" --data-urlencode "title=Новое название" --data-urlencode "description=Краткое описание" --data-urlencode "message=Полное описание" --data "end2br_desc=1&includehtml_desc=no" http://yoursite.ucoz.ru/uapi/news
Thank you for your reply!