-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long-Lived User Tokens #300
Comments
Me too! |
Like many open source projects, new features are generally added when someone contributes code implementing them. |
This is already implemented, actually: https://github.com/mobolic/facebook-sdk/blob/master/facebook/__init__.py#L317 |
I believe @bbelderbos meant https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension#long-via-code, which is not implemented by |
It requires user interaction for generating user token with valid code return from Graph API which is then used to get long app access token (long lived token) used for getting the data from Graph API. |
Hello,
There is a way to extend a token, but I don't see this in the API:
"Generating Long-Lived User Tokens from Server-Side Long-Lived Tokens"
( https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension )
Will this be added at some point?
I need this for a command line script I am developing.
Thanks,
Bob
The text was updated successfully, but these errors were encountered: