Hello,
I want to display a list of mentioned tweets of my Organization in my iPhone application. but I couldn’t find any API that directly gives me mentioned tweet list.
Is there any way to achieve that ?
Try to user the seach api : https://dev.twitter.com/rest/public/search With the “q” parameter as : “@yourorganization -filter:retweets”. It’s searching the account in the text of tweets but not the retweets of the user.