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() )
source_id
: ID of the user whose friends will be checked against the friends of the user specified in target_uidtarget_uid
: ID of the user whose friends will be checked against the friends of the user specified in source_uidtarget_uids
: List of target uidsorder
: Sort ordercount
: Number of mutual friends to returnoffset
: Offset needed to return a specific subset of mutual friendsprogress_bar
: Display progress barv
: Version of API## Not run: mutual_friends <- getMutualExecute(target_uid=1) ## End(Not run)