This function takes the media_id
of a post as well as one or more comment_id
s
and then deletes all of those comments
ig_comment_delete_bulk(media_id, comment_id, verbose = FALSE)
media_id | numeric; the unique id to identify a post which can be
found in the |
---|---|
comment_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 sprintf("media/%s/comment/", media_id): object 'last_post_media_id' not foundcomment1_media_id <- comment_result1$comment$media_id#> Error in eval(expr, envir, enclos): object 'comment_result1' not found#> Error in sprintf("media/%s/comment/", media_id): object 'last_post_media_id' not foundcomment2_media_id <- comment_result2$comment$media_id#> Error in eval(expr, envir, enclos): object 'comment_result2' not found#> Error in sprintf("media/%s/comment/%s/delete/", media_id, comment_id): object 'last_post_media_id' not found