samuel1991 0 Newbie Poster

Hi all, I wanted to develop an app about retrieving latest transport service updates from a specific twitter account
@LTAsg.

My app's targeted user is not expected to have a Twitter account.

Therefore, I know that I need to use Application-Only Authentication method, if I am not mistaken after I have read the API here:

https://dev.twitter.com/oauth/application-only

Apart of getting a Token from Twitter directly, I would like to know how to apply this info into Swift context where the tweets could be placed onto a tableview?