-1

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

Juicy Scripter
  • 25,778
  • 6
  • 72
  • 93
CFeng CYe
  • 31
  • 1
  • 3

1 Answers1

0

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.

Juicy Scripter
  • 25,778
  • 6
  • 72
  • 93
  • because access_token is used in graph api, I want to known whether session_key and secret which rest authentication returned have same influence like graph access_token? – CFeng CYe Jun 05 '12 at 08:29