Thanks Andy, for your reply. It is to inform you that Twitter had approved my request and now I am eligible to use Sandbox tier. There’s a confusion, please help me in this matter. I’d made the query like:
"https://api.twitter.com/1.1/tweets/search/30day/development.json?q=%40hash_one"
Where hash_one, is the #tag input I am giving it.
While executing it is giving me errors like
{‘error’: {‘message’: “There were errors processing your request: Unknown parameter:‘oauth_signature_method’, Unknown parameter:‘oauth_body_hash’, Unknown parameter:‘oauth_timestamp’, Unknown parameter
:‘oauth_token’, Unknown parameter:‘oauth_nonce’, Unknown parameter:‘q’, Unknown parameter:‘oauth_signature’, Unknown parameter:‘oauth_version’, Unknown parameter:‘oauth_consumer_key’, Missing required
parameter:‘query’, Missing required parameter:‘query’”, ‘sent’: ‘2018-02-20T08:16:22+00:00’, ‘transactionId’: ‘00a67a15000d0458’}}
Since Twitter gives me a JSON object, I am calling tweets[‘statuses’] but its giving KEYERROR at statuses.
tweets: In which I am loading my JSON through json.loads()
Can you please tell, or refer me any link where I can get help with for Premium API?