getPost returns a list with three components: post, likes, and comments. First, post containsinformation about the post: author, creation date, id, counts of likes, comments, and shares, etc.Second, likes is a data frame that contains names and Facebook IDs of all the users that liked thepost. Finally, comments is a data frame with information about the comments to the post (author,message, creation time, id).