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.

Are you able to reproduce this outside of the environment of the library you’re using? I’m interested in seeing your request and response cycle – URLs, headers, and body in both directions.

I have using a couple different libraries and doing a pure cURL I wrote, yet I still get the same issue of a blank screen and an empty array. Nothing seems to be pulled up.

What number are you putting on the ‘count’ parameter?