offline_access will be deprecated, does it influence session_key,secret of rest api?

108 Views Asked by At

offline_access will be deprecated, does it influence session_key, secret of REST API? If I store REST auth infomation, may it use?

1

There are 1 best solutions below

1
On

This is not have effect on anything related to API querying nor authentication flow aside fact that you will not get permanent access_token and will need to get active access_token from user and extend it manually (if you need).

BTW, REST API is also not something you should actively use, since it'll be deprecated

We are in the process of deprecating the REST API. If you are building a new Facebook app, please use the Graph API. While there is still functionality that we have not ported over yet, the Graph API is the center of Facebook Platform moving forward and where all new features will be found.