Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: REST API is deprecated for versions v2.1 and higher

I use this script and I have the following error:

REST API is deprecated for versions v2.1 and higher 

Do you know why I'm getting this?

like image 527
user3537042 Avatar asked Aug 17 '14 11:08

user3537042


1 Answers

The error says it all. REST API calls are no longer supported by the API in Graph API v2.1. You should get up to date and use the official Facebook SDK to create your Facebook application.

like image 172
Niraj Shah Avatar answered Nov 07 '22 19:11

Niraj Shah