I have an iOS app that includes the ability to view the tweets from a particular user. I have it working fine with v1 of the Twitter APIs and the Twitter / Social framework (depending on iOS version). I’ve been reading about the need to upgrade to 1.1 but just switching over endpoint leads to an authentication error. I have searched and searched but all the examples (including the official documentation) are for v1.
Reading around it sounds as though I might need to include a user account in the request. However, this does not seem viable for my scenario as the device may not have a Twitter account registered, and in any case it will result in iOS asking the user for permission to access their account, which would be a very strange user experience in an app that does not do anything with their Twitter user.
Can anyone enlighten me as to how this should be done? (It would be great if the Twitter devs could update the example code in the iOS documentation as well.)
Thanks in advance.