Thanks very much Andy! Any that weren’t still showing were now available under retweeted_status.
However, this has unearthed a new problem - I’ve used ‘count’=>24 which works fine with NASA. However, only a few tweets are being returned for certain handles, for example using Bas Rutten’s handle, only three display when I can see he has many more tweets with images than that on his profile. This is my code:
$tweets = $connection->get('search/tweets', array('q'=>'from:BasRuttenMMA filter:images','result_type'=>'recent','tweet_mode'=>'extended','count'=>24,'include_entities'=>true));
Many thanks.