This function takes the media_id
of a post and adds/removes that post from
the Saved folder within Instagram.
ig_save(media_id, verbose = FALSE) ig_unsave(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_requiredsave_result <- ig_save(last_post_media_id)#> Error in ig_save(last_post_media_id): object 'last_post_media_id' not foundunsave_result <- ig_unsave(last_post_media_id)#> Error in ig_unsave(last_post_media_id): object 'last_post_media_id' not found