POST request consists endpoint url, media, oauth_consumer_key, oauth_nonce, oauth_signature_methid, oauth_timestamp, oauth_token, oauth_version
and authorisation header for getting the response consists oauth_consumer_key, oauth_nonce, oauth_signature, oauth_signature_method, oauth_timestamp, oauth_token, oauth_version
Content type is set to application/octet-stream
while getting response from this request, I’m getting error code 215.
Also all this I’m doing on .Net 3.5 C# project and I strictly have to use this version of .Net. Please suggest me if there are any third party libraries to integrate with…
Also please share if any one has the working code for this requirement.