Anoop
Anoop

Reputation: 993

Facebook app with REST API

Can I create a new Facebook app to use old REST api for user authentication. I would like to use the method auth.login for user authentication. Is it possible to use REST api with new facebook apps?

Upvotes: 0

Views: 1984

Answers (2)

chaco
chaco

Reputation: 146

The Facebook's legacy REST API does not work for new Facebook apps registered after Apr/2013. However, REST API is still supported for existing Facebook app created before Apr/2013.

You will get "Error 3 : Application does not have the capability to make this API call" when trying to access REST API from the new Facebook app.

For newer Facebook app, please use Graph API to achieve the similar functionality as in the legacy REST API.

Upvotes: 1

Drew
Drew

Reputation: 116

The REST API is deprecated now. Blog post here: https://developers.facebook.com/blog/post/616/

Upvotes: 0

Related Questions