Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fborraccetti opened this issue Jun 26, 2017 · 0 comments
Open

Comments

@fborraccetti
Copy link

fborraccetti commented 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

@fborraccetti 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant