[Solved] Twitter get search tweets API not working with hash tag


It’s not required to use %23 in Search Query for Search Values `.

Instead of 'q' => '%23bookmyshow', use 'q' => 'bookmyshow'.

Also, You haven’t request Twitter to get tweets. Read this Documentation. If this is your Token secret, i would suggest you to reset your keys right now. Go to Twitter Developer page to access your apps & reset it.



solved Twitter get search tweets API not working with hash tag