- 🇺🇸United States ownage
Hey all, hope I'm not the only one still using this module. Still works great but will be deprecated without us updating the API version.
Latest supported on FBOAuth is v6, though it appears to be utilizing v11 which will be EOL in 10 days.
https://developers.facebook.com/docs/graph-api/changelog
Any chance someone can upgrade this module to the newest API version (v17)?
All patches thus far have been pretty simple edits, just changing the version number it appears.
- 🇦🇺Australia fenstrat Australia
Here's an updated patch bumping the max supported to v12.0 because v11.0 (which 6.0 appeared to get automatically bumped up to?) was EOL a couple days ago.
Also tested both registration and login and it's working for that.
- 🇦🇺Australia fenstrat Australia
Here's an updated patch bumping the max supported to v15.0 because v12.0 is EOL a few days (8/2/2024). I've gone with v15 as it is likely to have an EOL in early 2025 (still to be confirmed) which is when Drupal 7 will also be EOL, so this is likely the last update this would ever need as all sites should be updating to Drupal 10+ by then.
Tested both registration and login and it's working for that.
- 🇺🇸United States ownage
Close fenstrat! v15 reaches the end of its 2-year lifetime on 20 November, 2024 (5 days from now). Any old legends still here using this like I am?
- 🇺🇸United States ownage
It looks like v21 is the newest version. I'm not a developer and unsure of how to upgrade this module to that version. I would really appreciate if someone could step in and help so this module continues to run for the next 2+ years!
- 🇺🇸United States ownage
I did my best to manually update this based on the patches provided and it turns out to be quite simple. I added a v21.0 option, selected it in the configuration, and it appears to work perfectly for Login & Registration. One thing about my version that differs, at least about 8 years back when I first added this, I found that specifying a size for the Facebook thumb pulled a higher quality image than "/picture?type=large" so I have "/picture?width=10000&height=10000" in place of that in a few spots.
But I will attach my newest version here since it seems no one is patching the same version anymore. Consider this a 1-person tested solution for the newest Open Graph API version available.
- 🇦🇺Australia fenstrat Australia
Here's an updated patch bumping the max supported to v21.0. For anyone else supporting an old D7 site that isn't quite ready to move on yet!
@ownage thanks for your version - sorry, I didn't look at it, but it sounds like you've achieved the same thing as my patch here. And thanks for the notes on your testing, nice to know v21.0 seem to work!