- Issue created by @stefan.korn
- πΊπΈUnited States spiritcapsule
We are also getting "TwitterException: Unauthorized" during cron. Failing to pull in new tweets since May 22, 2023.
- π©πͺGermany viddel
Same here!
I think Twitter shut down API-Calls for v1.1 (I am not 100% sure). - πΊπΈUnited States DamienMcKenna NH, USA
FWIW I was able to use the integration to post a tweet on Monday, but maybe other API endpoints are not so lucky?
I don't have time or inclination to maintain this module at the moment, I'm happy to bring on another person to help maintain it if someone else has the time?
- π¬π§United Kingdom hebl
The Twitter v2 API is much more limited in what it can do on a free plan.
The v1 API was deprecated and shut down on 29th June 2023.
Currently v2 only allows login to an account and to post tweets, so a lot of this module will not be functional.
With this in mind and given this is a Drupal 7 module I'm not sure it's worth anyones time rewriting for the v2 API?
Perhaps we could update the module description at least to warn people of the API changes?
- Status changed to Needs review
over 1 year ago 3:30pm 28 June 2023 - π¬π§United Kingdom hebl
Maybe something like this:
Notice.
Due to the deprecation of the V1 Twitter API the functionality in this module is limited to posting new tweets only. - πΊπΈUnited States aitala
At the moment, I can't even post new tweets, so I'm not sure what is going on..
Eric
- πΊπΈUnited States anthonyroundtree
FWIW I was able to use the integration to post a tweet on Monday, but maybe other API endpoints are not so lucky?
If you don't mind me asking, how were you able to do that? Were you still able to pull tweets and display them on your site?
- πΊπΈUnited States DamienMcKenna NH, USA
I don't have my site set up to pull tweets, I only use it for posting them.
- πΊπΈUnited States anthonyroundtree
If you don't mind me asking, are you posting your tweets and are they still displaying on your site?
- πΊπΈUnited States DamienMcKenna NH, USA
I only posted one a few weeks ago, I haven't posted one since. And I don't show tweets on my site.
- πΊπΈUnited States bmcclure West Virginia
As far as I can tell, the ability to post tweets in the v1.1 API for the Free tier is gone now.
It stopped working for our Twitter account on 8/22, no other changes were made but we started getting 403 Forbidden responses when the module tries to post a tweet.
I came across this reply from an official account that seems to confirm that their pricing tier documentation is wrong: https://twittercommunity.com/t/authentication-error-when-trying-to-post-...
So assuming that's accurate, this module will probably only work for posting tweets from a premium plan, unless your particular account hasn't lost access yet.
- πΊπΈUnited States DamienMcKenna NH, USA
I was able to post a text-only tweet a few minutes ago without any problems. This is weird.