Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PublishTweetAsync does not publish anything #1219

Open
tehnooks opened this issue Jul 31, 2023 · 7 comments
Open

PublishTweetAsync does not publish anything #1219

tehnooks opened this issue Jul 31, 2023 · 7 comments

Comments

@tehnooks
Copy link

After authenticating, tried to PublishTweetAsync but get nothing, have checked Read + Write permissions and tried with Tweet.compat, Tweet.None and Tweet.Extended

Neither of them work, everything else seems to though - Any ideas or can anyone else confirm it's not working?

@CorreiaDeveloper
Copy link

After authenticating, tried to PublishTweetAsync but get nothing, have checked Read + Write permissions and tried with Tweet.compat, Tweet.None and Tweet.Extended

Neither of them work, everything else seems to though - Any ideas or can anyone else confirm it's not working?

I have the same problem :/

@tehnooks
Copy link
Author

I ended up writing a version myself in VB.NET which works fine

@aisyshk
Copy link

aisyshk commented Aug 22, 2023

@CorreiaDeveloper @tehnooks #1147 (comment)
This person wrote a workaround since this library is archaic

@ByLazut
Copy link

ByLazut commented Oct 23, 2023

An error occurred: Reason : Forbidden
Details : {"errors":[{"message":"You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product","code":453}]}
(0)
Code : 403
Date : 23.10.2023 14:18:59 +03:00
URL : https://api.twitter.com/1.1/statuses/update.json?status=Hello%20Tweetinvi%21&tweet_mode=extended
Twitter documentation description : Forbidden - The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits.

@carlosmacbeath
Copy link

An error occurred: Reason : Forbidden Details : {"errors":[{"message":"You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product","code":453}]} (0) Code : 403 Date : 23.10.2023 14:18:59 +03:00 URL : https://api.twitter.com/1.1/statuses/update.json?status=Hello%20Tweetinvi%21&tweet_mode=extended Twitter documentation description : Forbidden - The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits.

I have the same issue, did you fixed it?

@ByLazut
Copy link

ByLazut commented Dec 14, 2023

An error occurred: Reason : Forbidden Details : {"errors":[{"message":"You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product","code":453}]} (0) Code : 403 Date : 23.10.2023 14:18:59 +03:00 URL : https://api.twitter.com/1.1/statuses/update.json?status=Hello%20Tweetinvi%21&tweet_mode=extended Twitter documentation description : Forbidden - The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits.

I have the same issue, did you fixed it?

unfortunately the problem persists

@CorreiaDeveloper
Copy link

An error occurred: Reason : Forbidden Details : {"errors":[{"message":"You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product","code":453}]} (0) Code : 403 Date : 23.10.2023 14:18:59 +03:00 URL : https://api.twitter.com/1.1/statuses/update.json?status=Hello%20Tweetinvi%21&tweet_mode=extended Twitter documentation description : Forbidden - The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits.

I have the same issue, did you fixed it?

unfortunately the problem persists

The authentication method, endpoints, permissions—everything has changed just over a year ago. This .NET NuGet package is now obsolete. I suggest you search on YouTube for the current procedures. However, I'll let you know in advance that they provide very limited features. You can only make a few tweets, and I believe editing them or something similar. If you need something more robust, you'll have to pay a considerable amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@carlosmacbeath @ByLazut @CorreiaDeveloper @aisyshk @tehnooks and others