offline_access
will be deprecated, does it influence session_key, secret of REST API? If I store REST auth infomation, may it use?
Asked
Active
Viewed 94 times
-1

Juicy Scripter
- 25,778
- 6
- 72
- 93

CFeng CYe
- 31
- 1
- 3
-
It's not will be deprecated! It's deprecated for a long time and will be removed **tomorrow** (July 5, 2012) – Juicy Scripter Jun 04 '12 at 09:32
-
@JuicyScripter how is July 5th tomorrow? =p – Ja͢ck Jun 05 '12 at 02:14
-
@Jack, oh, seems like I needed to sleep before writing this one %) – Juicy Scripter Jun 05 '12 at 10:50
1 Answers
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