J7mbo / twitter-api-php

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

Fetching posts without count does not work correctly with exclude_replies=true #229

Closed phpipam closed 7 years ago

phpipam commented 7 years ago

Hi,

Having issues with fetching last user posts. If &exclude_replies=true and count=x (for example 5) and within those 5 items is a reply only 4 results are returned. If 2 replies only e are returned etc.

Thanks

J7mbo commented 7 years ago

Hi,

I'm not sure this is an issue with this client? If the request is going through successfully to twitter then the problem must be on their end in the data they are returning?

J7mbo commented 7 years ago

Closing due to no reply.