Description Usage Value Examples
Interacting with the users/self/media/recent endpoint of Instagram's API
1 |
Returns user media data.
1 2 3 4 5 6 7 8 | ## Not run:
## get your recent media
my_media <- ig_users_self_media_recent()
## view data
ig_as_tbl(my_media)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.