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

Graph API v2.4 deprecated #129

Closed
VictorienTardif opened this issue Sep 13, 2017 · 2 comments
Closed

Graph API v2.4 deprecated #129

VictorienTardif opened this issue Sep 13, 2017 · 2 comments

Comments

@VictorienTardif
Copy link

VictorienTardif commented Sep 13, 2017

The Facebook Graph API v2.4 will end on 09 October, 2017.
I see that I can use graph.setVersion("x.x") but It would be nice to use the latest Graph API version per default.

@ffflabs
Copy link

ffflabs commented Jan 31, 2018

Using latest Graph API version by default would mean your code is already able to handle breaking changes in newer versions, whereas making a request with an outdated version should be automatically handled (on FB side) to perform the request using the earliest non-deprecated version.

However, it's true that some API calls will return an error if you try to request them using a deprecated version. I've seen this using marketing API calls.

criso added a commit that referenced this issue Mar 23, 2018
@criso
Copy link
Owner

criso commented Mar 23, 2018

Updated on #130

@criso criso closed this as completed Mar 23, 2018
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

3 participants