I am trying to post a status from website to a Twitter account and succeeded using https://api.twitter.com/1.1/statuses/update.json API and with the help of this link.
When I try to add another parameter URL
like &url= http://t.co/ReadMore&expended_url=https://www.google.com
included with the status to post on twitter it gives error:
The remote server returned an error: (401) Unauthorized.
Can some one guide me how to add URL parameters with status? I searched a lot but not succeeded.