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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -