Facebook app with REST API

1.9k Views Asked by At

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?

2

There are 2 best solutions below

1
On

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

0
On

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.