Answer the question
In order to leave comments, you need to log in
How is uploading photos to a user's wall different from saving to an album?
In other words, the differences between these methods https://vk.com/dev/photos.getWallUploadServer. https://vk.com/dev/photos.getUploadServer
Answer the question
In order to leave comments, you need to log in
photos.getWallUploadServer - uploading a photo to a minus album, i.e. just save the photo somewhere for further use (when attaching a user or group to a post).
photos.getUploadServer - uploading a photo to a specific album of a user or group and then saving it in the album
. For example, when posting a post on a wall, there is no need to save the photo to any album, that's why there is getWallUploadServer.
Before you ask, think for yourself!
photos.getWallUploadServer
Returns the server address for uploading a photo to a user or community wall.
photos.getUploadServer
Returns the server address for uploading photos.
After a successful upload, the photo can be saved using the photos.save method.
That is, 1 is the address for uploading to the wall, and 2 is the address for uploading a photo and saving it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question