What is the API to find who tweeted it FIRST?
For Example, #minion is the trending topic. I just want to know the user who mention this in his/her tweet at first?
There’s no direct API for that. You would have to perform a search API query, but that would be limited to the last 7 days. For an authoritative answer, you’d need to use the (commercial) full archive search API.
Thank you for ur reply. I tried with search API, But it gives maximum count 100. Is there anyway to increase count?
There’s a maximum of 100 per page of results. You’ll need to refer to the documentation on navigating timelines to retrieve additional pages. See “Iterating in a result set” and the linked content here.
Thank you