You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
fborraccetti
changed the title
Update Readme example for Facebook 2.4 or next
Facebook 2.4 or next require fetch parameters like fields=id, name
Jun 26, 2017
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
The text was updated successfully, but these errors were encountered: