This function returns the details of a single post. It contains the same information about a post that is retrieved by many of the feed functions.
ig_get_media_info(media_id, verbose = FALSE)
media_id | numeric; the unique id to identify a post which can be
found in the |
---|---|
verbose | logical; do you want informative messages? |
#> Error: Status: fail #> Message: login_required#> Error in check_user_id(user_id): object 'bieber_user_id' not foundmost_recent_post_info <- ig_get_media_info(media_id = bieber_feed$id[1])#> Error in sprintf("media/%s/info/", media_id): object 'bieber_feed' not found