Skip to content

TradeMe/OAuthExample

Repository files navigation

Trade Me example OAuth application

This README outlines what you need to do to get this application up and running.

This project is an example project to show how you can implement Trade Me's OAuth flow using an oauth_callback. You will need to have HTTPS available

Prerequisites

Installation

  • git clone this repository
  • cd TradeMeExampleOAuthApplication
  • Open the solution in Visual Studio

Running

  • In OauthHeaderData.cs enter your consumer key and secret in the code as the values of 'ConsumerKey' and 'ConsumerSecret'
  • Enter the default callback you registered as the value of '_callback' (this must be the same as the one you entered on registration of your application)
  • Run the project from Visual Studio and follow the instructions on the homepage of the app

Further Reading / Useful Links

About

Example of how to use OAuth with the Trade Me API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published