I'm trying to make a Twitter client app and I'm using a tab bar controller as the root view for the app. I have multiple view controllers, each displaying different tweets, ex: timeline, mentions, direct messages, and retweets. The home timeline works fine, but whenever I try to switch views, I get the "Woah there! It looks like someone already used the token information you provided." message.
I've tried making a singleton class for SA_OAuthTwitterEngine, but then everytime I switch views, it asks me to log in again.
Any help would be appreciated! Thank you so much!
EDIT: I can provide example code if you need it.
EDIT: link to my project
Twitter Client Code