Thank you, setting up Facebook module from this code worked for me!
But isn’t it easier to update facebook.v4 source code with fix for setSuggestions method call, so it would work with 4.5.0 Facebook dependency out of the box?
Any update? Using an experimental version does not seem optimal and I cannot find a plugin.facebook.v4.jar file in it. Unfortunately have no opportunity to build it in my current workflow
I don’t know of any reason why you can’t continue to use the legacy Facebook plugin for now. It targets API 2.1 which is the current minimum and should be that way until next August.
Deprecating doesn’t mean getting rid of now, it usually means getting rid of in the future, here’s your warning. Can you link me to that page? 2.0 has been deprecated for some time and FB got rid of it earlier this month.
They say in the docs, when you click on the value in “Available Until” column:
Version Schedules
Each version is guaranteed to operate for at least two years. A version will no longer be usable two years after the date that the subsequent version is released.
Version 2.2 was introduced 30 October 2014, so 2.1 will be unavailable starting from 30 October 2016.
As I understood it doesn’t mean it would surely break, but all 2.1 calls will be directed to 2.2 handler mechanism starting from that date.