getUserProfilePhotos | R Documentation |
Get a list of profile pictures for a user
getUserProfilePhotos(user_id = NULL, offset = NULL, limit = NULL)
user_id |
Unique identifier of the target user (required) |
offset |
Sequential number of the first photo to be returned. By default, all photos are returned |
limit |
Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.