PHP-OAuth2 icon indicating copy to clipboard operation
PHP-OAuth2 copied to clipboard

Facebook 2.4 or next require fetch parameters like fields=id, name

Open fborraccetti opened this issue 7 years ago • 0 comments

Fetch method can/should be called with $parameters argument in order to remain compatible with 2.4 facebook api updates. For most Graph API calls in v2.4 you will need to declaratively list the response fields for your calls. https://developers.facebook.com/docs/apps/upgrading#v23tov24

Fetch argument: Array $parameters build a wrong url. it must have format like field=id, name

fborraccetti avatar Jun 26 '17 08:06 fborraccetti