Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

End of support of Facebook Api v2.5 on 12 April 2018 #241

Open
fabianpiau opened this issue Mar 13, 2018 · 8 comments
Open

End of support of Facebook Api v2.5 on 12 April 2018 #241

fabianpiau opened this issue Mar 13, 2018 · 8 comments

Comments

@fabianpiau
Copy link

The official latest version 2.0.3.RELEASE is using Facebook API v2.5.

I received a notification from FB saying that the support of their API v2.5 will end soon.

Do you know when there will be a new release of spring-social-facebook? I see version 3.0.0 is not released yet but will use v2.10 if I am not mistaken, at least a newer version.

In my case, I see there is no breaking change until v2.7, but also that one won't be supported after July 2018, then I have a breaking change with v2.8.

Below is a screenshot of some incompatibilities I will have when switching to the latest version, and the newer versions available:

capture

Thanks

@ractive
Copy link

ractive commented Mar 14, 2018

This is a huge blocker for many of us I guess. Would be nice to get a statement if a new version will be out before the v2.5 API version is not supported anymore!

@fabianpiau
Copy link
Author

Some people says this project is not supported anymore but the version on master is using a newer version of the API, so that's strange.
I would expect more support from the Spring community on an official Spring social module.

@TomCrowder
Copy link

+1 . Any update on this? @habuma perhaps?

@MarekRa
Copy link

MarekRa commented Mar 29, 2018

Solution for those who wants to change used API version in 2.0.3 Release and Facebook API Upgrade Tool says it does not affect them applications:

https://stackoverflow.com/a/49553092/3232040

@tayfunyasar
Copy link

I've implemented same class as facebook's. Only changed version number on "FacebookTemplate"

@fabianpiau
Copy link
Author

fabianpiau commented Apr 9, 2018

Updating only the version without updating the implementation will work but not for a long time I think.
As you can see in my screenshot, there are breaking changes in version 2.8 which will be used by default for old integration beginning of October 2018.
As the version of the FB API used on master is 2.10, it will be nice to release it, maybe it is not ready, maybe the project is not maintained. It will be nice to have an answer in the next months (at least before October...)

@mike814
Copy link

mike814 commented Apr 12, 2018

From what I can tell, now certain calls in Spring Social Facebook are broken. I am looking for a fix for this change specifically: https://developers.facebook.com/docs/graph-api/changelog/version2.6#gapi-change-pages

@wimdeblauwe
Copy link

Ran into it this weekend as well because we are using facebook.userOperations().getUserProfile().

See https://stackoverflow.com/questions/39890885/error-message-is-12-bio-field-is-deprecated-for-versions-v2-8-and-higher for a workaround.

alek-sys added a commit to alek-sys/spring-social-facebook that referenced this issue Apr 24, 2018
v2.8 will be available till April 18, 2019 so users will have enough
time to upgrade to version 3 of Spring Social with support of the most
up to date Facebook API version

Fixes spring-attic#241 and spring-attic#217
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

7 participants