Returns a list of posts from user or community walls by their IDs
wallGetById(
posts = "",
extended = "",
copy_history_depth = "",
fields = "",
v = getAPIVersion()
)
User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID.
1 - to return user and community objects needed to display posts, 0 - no additional fields are returned (default).
Sets the number of parent elements to include in the array copy_history that is returned if the post is a repost from another wall.
List of comma-separated words
Version of API
Returns a list of post objects. If extended is set to 1, returns the following:
wall - Contains post objects.
profiles - Contains user objects with additional fields sex, photo, photo_medium_rec, and online.
groups - Contains community objects.
If the post is a copy of another post, returns an additional array copy_history with information about original posts.