Web request with RestSharp
I recently have to build a little contact form that will post to an API. The application will need to firstly authenticate to the API with OAuth to get a token. It then uses that token to post the form to the API. The token will be valid for a number of seconds defined in the … [Read more…]