getPopular {instaR} | R Documentation |
Returns 24 popular instagram posts information
Description
getPopular
retrieves up to 24 popular instagram posts
Usage
getPopular(token, verbose = TRUE)
Arguments
token |
An OAuth token created with |
verbose |
If |
Details
IMPORTANT: After June 1st, 2016 only applications that have passed permission review by Instagram will be allowed to access data for users other than the authenticated user. See https://www.instagram.com/developer/review/ for more information.
Author(s)
Jonne Guyt j.y.guyt@uva.nl
Examples
## Not run:
## See examples for instaOAuth to know how token was created.
## Downloading list of popular instagram posts
load("my_oauth")
popular_posts <- getPopular(token=my_oauth )
## End(Not run)
[Package instaR version 0.2.4 Index]