Search code examples
authenticationfacebook-oauthfacebook-rest-api

Will old REST API require OAuth 2 from Oct. 1st.


It's not clear from Facebook's authentication documentation and Dev. Roadmap if the deprecation of some older authorization methods will also include the deprecation of the old REST API authorization method, which is custom.

My application only uses REST API and FQL (through fql.query method). Do I also have to convert my app to be OAuth 2 by Oct 1st?


Solution

  • yes, you need to convert to OAuth 2.0.