I have set up user's so that they can be associated as many-to-many friends using AssociateUserAsAllies
When someone encounter a new User, I want to display knowing the UserId of the logged in user and the UserId of the profile they are viewing whether they are friends?
How can I do that? Seems like I need a way to pass both UserId of user and UserId of the profile they are looking at and searched whether there is an autogen that would do that for me?
Thanks.