...
The following will display the list of mutual friends the session user and the request user have in common.
Code Block | ||||
---|---|---|---|---|
| ||||
<facebook.getMutualFriends> <userId>{$ctx:userId}</userId> </facebook.getMutualFriends> |
...
Related Facebook documentation:
Anchor | ||||
---|---|---|---|---|
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
<facebook.isFriend> <sourceUserId>{$ctx:sourceUserId}</sourceUserId> <targetUserId>{$ctx:targetUserId}</targetUserId> </facebook.isFriend> |
Properties
- sourceUserId: ID of the person to be determined.
- targetUserId: ID of the user to be checked with.
...