Top "Twrequest" questions

TWRequest is deprecated in iOS 6.0 - what can I use instead?

I'm developing a Twitter Feed View for an iOS App. I found TWRequest and it works exactly like that which …

ios twrequest social-framework
iOS 5 Twitter framework. Getting OAuth access token for user

Has anyone been able to get the OAuth access token for a user after being granted access to that users …

objective-c ios5 twitter twitter-oauth twrequest
Getting "unrecognized selector sent to instance" when trying to post with TWRequest

I'm trying to post an image using the TWRequest object. Here's my code: ACAccountStore *accountStore = [[ACAccountStore alloc] init]; ACAccountType *accountType = […

ios twitter twrequest acaccount