Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.64 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.64 KB

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