You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Hey,
I dont know if this Module will be updated or this bug report seen, but ill just post it anyway.
Since Twitter changed their API Tier lists, i switched to their "Free" Tier which allows to:
Manage Tweets (Create and Delete)
Users lookup
I care about making tweets.
I switched to the new API and the module kinda works. When i use this:
It gives the error that i have no Permissions, but the tweet actually goes through!
Is the module having problems to work with the new tier or why am i getting this confusing error message?
Thanks!
Furkan
The text was updated successfully, but these errors were encountered:
The Publish-Tweet command calls Get-Tweet internally to return the tweet. Try adding -ErrorAction SilentlyContinue to the command. Please let me know if that works.
I'm unsure if I'll be doing any updates to this module at this time.
thedavecarroll
changed the title
[BUG] Getting Error Message when publishing Tweet - Tweet is actually being posted
Publish-Tweet: Getting Error Message when publishing Tweet
Jun 11, 2023
Hey,
I dont know if this Module will be updated or this bug report seen, but ill just post it anyway.
Since Twitter changed their API Tier lists, i switched to their "Free" Tier which allows to:
I care about making tweets.
I switched to the new API and the module kinda works. When i use this:
![image](https://user-images.githubusercontent.com/68749298/234781459-97aad760-d57e-4554-865f-d1118f9b3209.png)
It gives the error that i have no Permissions, but the tweet actually goes through!
![image](https://user-images.githubusercontent.com/68749298/234781569-4be327b2-585a-43d0-bcfe-02bda2f079b3.png)
Is the module having problems to work with the new tier or why am i getting this confusing error message?
Thanks!
Furkan
The text was updated successfully, but these errors were encountered: