powered by
Returns a list of user IDs of the mutual friends of two users
getMutualExecute( source_id = "", target_uid = "", target_uids = "", order = "", count = "", offset = "", progress_bar = FALSE, v = getAPIVersion() )
ID of the user whose friends will be checked against the friends of the user specified in target_uid
ID of the user whose friends will be checked against the friends of the user specified in source_uid
List of target uids
Sort order
Number of mutual friends to return
Offset needed to return a specific subset of mutual friends
Display progress bar
Version of API
# NOT RUN { mutual_friends <- getMutualExecute(target_uid=1) # }
Run the code above in your browser using DataLab