J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 800 forks source link

Twitter rest api 1.1 date filter not working in php #256

Open prafullwizorbit opened 6 years ago

prafullwizorbit commented 6 years ago

My code is

$url = 'https://api.twitter.com/1.1/search/tweets.json'; $requestMethod = 'GET'; $getfield = '?q='.$hashtag.'&result_type=recent&count=100&since:2017-11-21&until:2017-11-21';