Skip to contents

Retrieves post information for a list of post IDs using the GetPosts RPC.

Usage

get_posts(client, post_id_list)

Arguments

client

A mixi2_client object created by mixi2_client().

post_id_list

A character vector of post IDs to retrieve.

Value

A data frame with one row per post.

Examples

if (FALSE) { # \dontrun{
client <- mixi2_client()
posts <- get_posts(client, c("post_id_1", "post_id_2"))
} # }