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
Trying to search a stream with backfill_minutes results in an error:
error: {
errors: [ [Object] ],
title: 'Invalid Request',
detail: 'One or more parameters to your request was invalid.',
type: 'https://api.twitter.com/2/problems/invalid-request'
}
One line summary of the issue here.
Trying to search a stream with backfill_minutes results in an error:
Example code:
Expected behavior
Get the tweets starting from 1 minute ago.
Actual behavior
The error with invalid request.
Steps to reproduce the behavior
Run the code above.
The text was updated successfully, but these errors were encountered: