threads-api icon indicating copy to clipboard operation
threads-api copied to clipboard

searchUsers not respecting the count

Open callmekatootie opened this issue 1 year ago • 0 comments

I invoke the api like this:

const data = await threadsApi.searchUsers(q, 7)

This is still returning 55 users for my query, even though I have specified the count as 7.

callmekatootie avatar Aug 17 '23 17:08 callmekatootie