Vkontakte-iOS-SDK icon indicating copy to clipboard operation
Vkontakte-iOS-SDK copied to clipboard

Idea

Open sakrist opened this issue 12 years ago • 2 comments

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

sakrist avatar Oct 10 '12 13:10 sakrist

Thanks! I will implement it in future version.

AYastrebov avatar Dec 14 '12 15:12 AYastrebov

See this: https://github.com/AndrewShmig/ASASocialServices And currently under active development: https://github.com/AndrewShmig/Vkontakte-iOS-SDK

AndrewShmig avatar Jun 12 '13 11:06 AndrewShmig