How do you make a request out of curiosity? Yelp has an example library for receiving requests for iOS at: https://github.com/Yelp/yelp-api/tree/master/v2/ios/YelpAPI If you need an example of how they execute API requests.
Edit: I downloaded the Yelp iOS project and actually took the OAuth library and YAJL structure into a Xcode test account with ARC and Storyboards, however I had to add -fno-objc-arc to each of the OAuthConsumer libraries. After this process, after importing the OAuthConsumer.h file, the following code is executed: I created the gist, because the code tag was not entirely happy with how my code was formatted.
https://gist.github.com/dmason82/9200614
source share