This documentation contains example code which makes a two-legged OAuth1.0a request to the ImmoScout24 API using the Signpost Java library.
- Change the
CONSUMER_KEY
andCONSUMER_SECRET
to your own key and secret. - run
mvn compile
- run
mvn exec:java -Dexec.mainClass=de.is24.TwoLeggedOAuth1FlowApplication
- The code will perform an API request against the region search API and print out the response.