Mentions and notifications timelines

ios
swift
api

#1

Hi Twitter developers,

This is my first time using the Twitter API. I am trying to make an iOS client which displays every time a user is replied to or quote tweeted. Does anyone have any advice on what the best way to go about doing this is?


#2

Hi @tonyapc42 I would recommend checking out the Account Activity API: https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview


#3

Thank you!