-
Notifications
You must be signed in to change notification settings - Fork 269
End of support of Facebook Api v2.5 on 12 April 2018 #241
Comments
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! |
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. |
+1 . Any update on this? @habuma perhaps? |
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: |
I've implemented same class as facebook's. Only changed version number on "FacebookTemplate" |
Updating only the version without updating the implementation will work but not for a long time I think. |
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 |
Ran into it this weekend as well because we are using See https://stackoverflow.com/questions/39890885/error-message-is-12-bio-field-is-deprecated-for-versions-v2-8-and-higher for a workaround. |
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
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:
Thanks
The text was updated successfully, but these errors were encountered: