Answer the question
In order to leave comments, you need to log in
Bug report iOS SDK. Why is everything so bad?
Request to create a photo album using the iOS SDK:
OKRequest *req = [Odnoklassniki requestWithMethodName:@"photos.createAlbum" params:params httpMethod:@"post" delegate:self];
[req executeWithCompletionBlock:^(id data){
NSLog(@"Created album %@", data);
..................
<22383132 31323637 34323537 3622>
- (void)handleResponse:(NSMutableData *)data {
NSError *jsonParsingError = nil;
id result;
if (data) {
result = [NSJSONSerialization JSONObjectWithData:data options:0 error:&jsonParsingError];
}
....
{"12345"}
, not like this "12345"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question