python-withings
python-withings copied to clipboard
Need callback_uri support
How can I add callback_uri support with OAuth1Session?
oauth = OAuth1Session(
auth.consumer_key,
client_secret=auth.consumer_secret,
callback_uri=callback_url)
I think this is resolved now?
Yes, it can be resolved.