hello.js icon indicating copy to clipboard operation
hello.js copied to clipboard

Facebook Graph API Changelog

Open danielzev opened this issue 5 years ago • 2 comments

https://developers.facebook.com/docs/graph-api/changelog/

Hi there! In all versions of helloJS (and even the upcoming v2.x), I can see the Facebook graph API is set to v2.9.

That's set to expire on July 18, 2019.

Are there any plans to get to v3.x on the Facebook Graph version?

danielzev avatar Mar 20 '19 18:03 danielzev

I've found this in hello.js/src/modules/facebook.js :

For APIs, once a version is no longer usable, any calls made to it will be defaulted to the next oldest usable version.

So we should not worry about it. But I think it would be nice to have an option to specify what API version to use though.

sergejs-katusenoks avatar Aug 06 '19 08:08 sergejs-katusenoks

So we should not worry about it.

True and not true at the same time:

Breaking change will come next year. image

Where the handling of Expired permission will happen in few months: image

Since all those changes are pretty much straight forward it would make sense to update to the latest version of FB API 9.0

koprivajakub avatar Jan 27 '21 09:01 koprivajakub