Developer Account Dates

Developer Account Dates

par UMUT BERK CAKMAKCI,
Nombre de réponses : 3

Hello, 

I got my developer account from twitter. after that, I try to get tweets using my key from previous times before one week and I am still getting some errors. what might be the problem, in the keys or in the code? 


En réponse à UMUT BERK CAKMAKCI

Ri: Developer Account Dates

par Tomaso Erseghe,
I guess the endpoint is wrong.
The starting date seems too far away for the recent-endpoint search:
https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-recent
The recent search endpoint returns Tweets from the last seven days that match a search query.
En réponse à UMUT BERK CAKMAKCI

Re: Developer Account Dates

par Lejla Dzanko,
The error message was due to the fact that you left the query string empty (in addition to the wrong endpoint).