Hallo Zusammen,
ich versuche gerade mich mit Python und Oauth zu identifizieren. Allerdings klappt das nicht so ganz. Ich habe hier in der Gruppe gesucht und habe nur nicht funktionierenden Code gefunden. Ein Ansatz war dieser hier:
from rauth import OAuth1Service
import webbrowser
immoscout = OAuth1Service(
name='immoscout',
consumer_key='XXX',
consumer_secret='XXX',
request_token, request_token_secret = immoscout.get_request_token(
method='GET',
params={'oauth_callback': 'oob'})
ANSWER:
Hat jemand einen funktionierenden Code für mein Anliegen?
Vielen Dank schonmal.
Viele Grüße
____________________________________________________________________________________________________
Hello,
I'm trying do the Oauth-dance via Python, but it isn't working at the moment. I tried to find solutions in this group, but there is just code thats not working properly. One of the solutions you can see above.
Does anybody have a working Python Oauth-Authentication or tell me, what in the code above is causing the problem?
Thank you very much in advance