I'm attempting to integrate ObjectiveFlickr into my project - everything seems to run fine, however as soon as I execute the following:
[request callAPIMethodWithGET:@"flickr.photos.getRecent" arguments:[NSDictionary dictionaryWithObjectsAndKeys:@"1", @"per_page", nil]]
I get an exc bad access error. I've been trying to figure this out for a while and any help appreciated.