Problem/Motivation
The Facebook, Instagram and LinkedIn API integrations are all deprecated and no longer working.
Steps to reproduce
Try to establish an API connection with the current methods.
Proposed resolution
Overhaul logic.
Remaining tasks
Create a new 4.0.x branch
Merge the merge request
Tag a new dev release
Tag a new alpha release
User interface changes
Some elements in the form are changed/moved around.
API changes
Cron logic is removed, this should be handled trough your cron logic, ideally through advanced_cron/ultimate_cron.
Data model changes
Config datamodel changes.
Comments
Comment #2
bramdriesenAdding a related issue for a different social feed module. They are using: "facebook/php-business-sdk": "^24.0"
Comment #3
bramdriesenIt seems like the Facebook/Instagram and the LinkedIn endpoints which are used in this module are all deprecated. Going to see how easy it is to fix that.
Comment #4
bramdriesenGoing to make this a broader ticket because there is so many overlap that separating it out will result it patches never getting applied together.
Comment #5
bramdriesenComment #7
bramdriesenIdeally this should go into a 4.0.x branch because of the amount of changes.
Also happy to become a co-maintainer.
Comment #8
bramdriesenComment #9
jorgik commentedComment #10
jorgik commentedCreated new 4.0.x branch and merged this into it.
Comment #11
bramdriesenThanks, I'll wait for my LinkedIn API key as I suspect there are some changes required there as well.
Comment #14
bramdriesenGoing to close this huuuuge issue and move to smaller more reviewable tasks now. The baseline for code quality is green and I have verified the Facebook and Instagram integration. Will follow up with LinkedIn soon.