I know the table, and, that’s why I did not understand.
This is the search I’m trying to run (via TwitterAPI library for Python):
r = TwitterPager(api, ‘tweets/search/30day/:prob’,
{‘query’:‘apple OR Apple OR APPLE AND #AAPL’,
‘maxResults’:100,
‘lang’:‘en’,
‘fromDate’:‘201806020000’,
‘toDate’:‘201806030000’})
This is the error:
{“error”: {“message”: “There were errors processing your request: Unknown parameter: ‘lang’”, “sent”: “2018-06-04T10: 52: 53 + 00: 00”, “transactionId”: “0001fa4e00ca4c7a”}}
Thanks,