VKUploadPhotoRequest Class Reference

Inherits from VKUploadPhotoBase : VKRequest : VKObject : NSObject
Declared in VKUploadPhotoRequest.h
VKUploadPhotoRequest.m

Overview

Special request for upload photos to specified album

– initWithImage:parameters:albumId:groupId:

Initializes photo upload request with parameters

- (instancetype)initWithImage:(UIImage *)image parameters:(VKImageParameters *)parameters albumId:(NSInteger)albumId groupId:(NSInteger)groupId

Parameters

image

Image to upload

parameters

image parameters for upload

albumId

ID of album for photo

groupId

ID of group (without minus sign) on which wall image should be posted (or nil)

Return Value

Completed request for executing

Discussion

Initializes photo upload request with parameters

Declared In

VKUploadPhotoRequest.h