Get post information
get_posts.RdRetrieves post information for a list of post IDs using the GetPosts RPC.
Arguments
- client
A
mixi2_clientobject created bymixi2_client().- post_id_list
A character vector of post IDs to retrieve.
Examples
if (FALSE) { # \dontrun{
client <- mixi2_client()
posts <- get_posts(client, c("post_id_1", "post_id_2"))
} # }