facebook - Increase access token validity -


Is it possible to generate an access token to read the Facebook account's feed, where access tokens never expire is.

Initial Login Login Token is exchanged, so I understand maximum of 60 days.

Is it possible to last more than 60 days?

Now when offline_access is no longer available, no answer no .

There is a permission called offline_access , which uses long to operate token time periods, but now. Instead, they are presented.

When you redirect your potential user to the login dialog and the user completes his login and app authorization process, the user is redirected to your web page. This is where you get the code parameter and you will exchange it for short term access token , which is valid for about 2 hours. The login must be sufficient for the purpose.

If you want to store tokens for later use, you should get longer access token . I believe this is what you have mentioned. This token stays at approximately 60 days because you have already figured out and it is the longest.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -