Skip to content

Latest commit

 

History

History

2-legged-oauth1-flow-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction

This documentation contains example code which makes a two-legged OAuth1.0a request to the ImmoScout24 API using the Signpost Java library.

Running the example application

  1. Change the CONSUMER_KEY and CONSUMER_SECRET to your own key and secret.
  2. run mvn compile
  3. run mvn exec:java -Dexec.mainClass=de.is24.TwoLeggedOAuth1FlowApplication
  4. The code will perform an API request against the region search API and print out the response.