Description Usage Arguments Examples
Returns a list of friends IDs for the specified users
1  | getFriendsFor(users_ids, v = getAPIVersion())
 | 
users_ids | 
 User IDs  | 
v | 
 Version of API  | 
1 2 3 4 5  | ## Not run: 
friends <- getFriendsFor(sample(x=seq(1:10000000), size=100, replace=FALSE))
users <- getUsersExecute(friends, fields = 'sex')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.