ig_like: Like or Unlike a Post

Description Usage Arguments Examples

Description

This function takes the media_id of a post and likes/unlikes that post for you.

Usage

1
2
3
ig_like(media_id, verbose = FALSE)

ig_unlike(media_id, verbose = FALSE)

Arguments

media_id

numeric; the unique id to identify a post which can be found in the id, not the pk field, of posts returned via many of the functions retrieving feeds.

verbose

logical; do you want informative messages?

Examples

1
2
3
last_post_media_id <- ig_my_timeline(paginate = FALSE)$id[1]
liked_result <- ig_like(last_post_media_id)
unliked_result <- ig_unlike(last_post_media_id)

eric88tchong/Rinstapkg documentation built on June 12, 2019, 1:06 p.m.