I tried to follow the OAuth1 flow Postman collection on
https://api.immobilienscout24.de/api-docs/postman/postman-collections/.
Step 1 and 2 work well, but for step 3 I received the error: Invalid signature for signature method HMAC-SHA1.
My setup is as follow:
oauth1.key = Consumer Key
oauth1.secret = Consumer Secret
oauth1.token = Token received from step 1
oauth1.token.secret = Token secret received from step 1
oauth1.verifier = Verifier received from step 2
Really appreciate your help. I tried many times but still hitting the wall.