Picture posts for statusnet, picture posts with twitter are working again - and some "fromglus" stuff #146
No reviewers
Labels
No labels
2018.09
2019.01
2019.03
2019.06
2019.09
2019.12
2020.03
2020.06
2020.09
2020.12
2021.03
2021.07
2021.09
2022.02
2022.06
2022.09
2022.12
2023.04
2023.05
2023.09
2024.03
2024.06
2024.09
2024.12
dependencies
Hackathon 2021
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-addons#146
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the last days the posting of pictures to twitter stopped working. I guess that twitter changed something that our current library can't cope with.
For this reason I added a small twitter library that is now used for posting images. If everything looks good I will change all twitter calls to this library.
I used a modified version of this library to enable picture posts to statusnet. (Which didn't work with the old library as well)
Other stuff I added: if a post is fetched from G+ then the system now embeds bigger images. Additionally there was a problem that sometimes the same message was posted above and below an image. This is solved as well.
And finally there was a problem that sometimes a post to twitter wasn't sent because it would be too long. This is some kind of the "shouldn't happen" things, since the system respects the fact the the twitter shortener isn't very good.
I built some stuff to cope with that situation. it isn't perfect but I hope that it will work.