How to extend my facebook access_token with Python? -
i have access_token it's short_lived_token. application need long_lived_token, , know how in java, i'm using python.
does know how long_lived access_token in python? or how update short_lived long_lived in python?
there method extend_access_token defined in python sdk would, per internal documentation
extends expiration time of valid oauth access token.
which thing looking for.
Comments
Post a Comment