I already have an access_token but it's a short_lived_token. For my application I need a long_lived_token, and I know how to get it in java, but I'm using Python.
Does anybody know how to get a long_lived access_token in python? Or how to update my short_lived to a long_lived in python?
There is a method extend_access_token defined in the Python SDK which would, as per internal documentation
Extends the expiration time of a valid OAuth access token.
Which would be the thing you are looking for.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With