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
I just ran into a small issue. The documentation has examples such as const tweetsOfJack = await client.v2.userMentionTimeline('12', { end_time: '2020-01-01' });
Running this with TwitterApiV2Settings.debug = true; results in an error from the Twitter API:
The end_time query parameter value [2020-01-01] is not a valid RFC3339 date-time.
Here are some examples of the format needed by the API (from here)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I just ran into a small issue. The documentation has examples such as
const tweetsOfJack = await client.v2.userMentionTimeline('12', { end_time: '2020-01-01' });
Running this with
TwitterApiV2Settings.debug = true;
results in an error from the Twitter API:Here are some examples of the format needed by the API (from here)
Beta Was this translation helpful? Give feedback.
All reactions