Vkontakte-iOS-SDK
Vkontakte-iOS-SDK copied to clipboard
Idea
Hi
Will be better to make it like singleton and add one method with block. For example:
[[VKAPIClient center] makeRequestWithMethod:@"audio.getById" // api function
parameters:[NSMutableDictionary dictionaryWithObjectsAndKeys:
@"5340847_43763767", @"aid", @"1495645_973", @"oid", nil]
uids:nil
result:^(NSDictionary *json){
// manipulations with JSON results
}];
Thanks a mill
Thanks! I will implement it in future version.
See this: https://github.com/AndrewShmig/ASASocialServices And currently under active development: https://github.com/AndrewShmig/Vkontakte-iOS-SDK