getLikesByMediaID: Get Likes By Media ID

Description Usage Arguments Value Examples

View source: R/getLikesByMediaID.R

Description

Gets the first n likes for a media with a given Instagram shortcode

Usage

1
getLikesByMediaID(ID, n = 10, maxID = "", ...)

Arguments

ID

An Instagram ID for a media post

n

The number of comments to return

maxID

An identifier for a comment that indicates where to start searching

...

Additional options passed to a shinyAppDir

Value

n x 7 dataframe - id, username,full_name,profile_pic_url,
is_verified_followed_by_viewer,requested_by_viewer

Examples

1
## Not run:  getLikesByMediaID("1579076894773971876", 100)

AFIT-R/instaExtract documentation built on May 18, 2019, 8:11 p.m.