Does anyone know how to do a simple GET request of a user's timeline using the Twitter API in iOS?
https://dev.twitter.com/rest/reference/get/statuses/user_timeline
I realize there are multiple frameworks out there but this is all I need and would prefer not to use them just for this. I also don't want to use the Social framework on iOS because it requires the user to have a Twitter account.
I've implemented this in PHP from this post here but not sure how to do the equivalent thing in iOS. https://stackoverflow.com/a/12939923/284714