Hi,
I am experiencing some problems trying to get mentions timeline of an authenticated user using the new 1.1 API 1.1/statuses/mentions_timeline
$tmhOAuth->request(‘GET’, $tmhOAuth->url(‘1.1/statuses/mentions_timeline’), array( ‘count’ => 200));
I have a validation to merge the response array if the code is 200, but something strange is happening, there is in fact a code 200 (success) but there are empty JSON arrays as result.
I have to run the call several times to get the mentions, or even lower the count parameter to 150 and 100, but the problem persists.
Is there any a bug in the new implementation of the 1.1 API version?
Thanks.