This function can be used to edit the caption of a post that has already been made.
ig_edit_media_caption(media_id, caption_text, verbose = FALSE)
media_id | numeric; the unique id to identify a post which can be
found in the |
---|---|
caption_text | character; the text below a post's image or video. |
verbose | logical; do you want informative messages? |
#>#> #>#> Error: Status: fail #> Message: login_requirededit_result <- ig_edit_media_caption(last_post_media_id, caption_text = "New, Edited Caption")#> Error in sprintf("media/%s/edit_media/", media_id): object 'last_post_media_id' not found