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
Our usecase: We want to post 10-20 tweets every 10 min. We are using premium account to overcome the 280 char limit.
Issue: We are facing an issue with API_KEY authentication. I followed the browser steps & copied the API key from incognito & closed the browser. The API_KEY works for the first execution & we are able to post the tweets. But, in next cron invocation, the API_KEY returns fails to authenticate. So, we are unable to post the tweets for a continuous period.
I tried to generate the API Key using CLI trying out multiple combinations of username, email, password but getting returning empty object response. But, I'm getting a mail from twitter about a new login.
Have few queries on this:
How to overcome this? Should I login with the retwitt auth during every cron invocation?
Is there any sensible tweet post limits? Adding delay would be helpful here?
The text was updated successfully, but these errors were encountered:
I think this might be be because of the x-client-transaction-id header missing from the outgoing request. I checked the HTTP requests to Twitter an it turns out almost all post requests now use this header, so it might be that Twitter/X is using this header to detect bots. GET requests work fine though.
I think this might be be because of the x-client-transaction-id header missing from the outgoing request. I checked the HTTP requests to Twitter an it turns out almost all post requests now use this header, so it might be that Twitter/X is using this header to detect bots. GET requests work fine though.
Is there a way to fix this? I keep getting logged out too every ~24h from just fetching tweets
Our usecase: We want to post 10-20 tweets every 10 min. We are using premium account to overcome the 280 char limit.
Issue: We are facing an issue with API_KEY authentication. I followed the browser steps & copied the API key from incognito & closed the browser. The API_KEY works for the first execution & we are able to post the tweets. But, in next cron invocation, the API_KEY returns fails to authenticate. So, we are unable to post the tweets for a continuous period.
I tried to generate the API Key using CLI trying out multiple combinations of username, email, password but getting returning empty object response. But, I'm getting a mail from twitter about a new login.
Have few queries on this:
The text was updated successfully, but these errors were encountered: