I'm currently developing an app that uses ACAccountStore to access the twitter account to fetch tweets. Everything works good, but i've no clue what i can display or do if the user doesn't grant promise to the accounts.
My first thought was something about displaying a login view or switch to the iOS settings, but this isn't working in iOS 5.1 or above anymore? Does somebody have another better solution? :)
Best regards
EDIT: I'm not looking for the whole auth-code. Just for the case, where the user doesn't grant access to the account.