Open rodrigograca31 opened 1 year ago
Small update..... I think twitter moved the tweets lookup to paid... so now unless you pay 100$ per month you CANT lookup tweets in real time... :facepalm: :cry:
Have you checked your dev portal to see if your app has moved to a "standalone app"? There's an issue over the last week or two where apps get moved to standalone for some reason. If you move it back, it will work again.
yeah! even re-created the project and app!
@rodrigograca31 did you find a solution? I'm having the same problem the app is not standalone and I'm having the same problem on a free plan and even the basic one
nope. i think Elon just f'ed it up forever....
i had such cool implementation.... it would trigger something physical in real time when people tweeted something.... it will probably not work ever again.. and other social networks dont offer this type of real time... maybe Threads will? 🤔🤔🤔
@rodrigograca31 Have you got it working? I'm trying to get tweets using await twitterClient.v2.homeTimeline();
but getting the same error. My app is for sure assigned to the Project.
I didnt I gave up, they broke/limited the API forever so I wont waste time with it. twitter/x is prolly gonna die over time
Did anyone get this working? I'm using the $100 version of the subscription, but when I tried to call updateStreamRules
and connecting using new TwitterApi(bearerToken)
, but it just craps out:
{
"type": "response",
"code": 403,
"error": {
"client_id": "xxx",
"detail": "When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal.",
"registration_url": "https://developer.twitter.com/en/docs/projects/overview",
"title": "Client Forbidden",
"required_enrollment": "Appropriate Level of API Access",
"reason": "client-not-enrolled",
"type": "https://api.twitter.com/2/problems/client-forbidden"
}...
Can't make sense of the documentation.
I felt that the official API was too difficult to use... and the basic version was too restrictive... so I later used a third-party service... which felt much cheaper than the official one, such as http:// twitter丶utools丶me
Describe the bug
since a few weeks ago i've been getting this error... no code was changed. I've tried everything I know... reinstalled the lib, renewed my token, searched google/github, tried changing code... seems like others are having similar problems lately
my code just tries to obtain all new tweets with a given keyword...
To Reproduce Please indicate all steps that lead to this bug:
Expected behavior to work and get the tweets
Version
Additional context Add any other context about the problem here.