Twitter: the connector now works as a posting only connector #1410
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-addons#1410
Loading…
Reference in a new issue
No description provided.
Delete branch "heluecht/friendica-addons:twitter"
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?
It is no longer possible to fetch the Twitter timeline, additionally there are very low limits for the number of posts per app. Because of this, the Twitter connector is completely reworked. It now serves as a simple posting connector.
@ -35,3 +10,1 @@
];
After this, users can configure their Twitter account settings from "Settings -> Addon Settings".
To use this addon each single user has to register their own [application](https://developer.twitter.com/en/portal/projects-and-apps), no setup is needed by the administration.
I don't understand this, where does the API key and secrets in the connector settings come from?
If it's from the user, what's the use of registering an app?
Never mind I got it now.