So I have started working on the friends function of cloud and I am abit confused as of how it is supposed to work.
With the friends.add( ID ), what is the ID here? is it the e-mail or the display name? and it seems that whatever I put in a “friend” gets added… no checking if that person exists or if the name is valid. How do you check if the info typed in is a registered user?
And when searching for a user, how do you check if a user is playing the same game? As I have understood it the users are global, so how do you only display those that are playing the same game that you are? is it something one can add to the keyword when searching? or do one have to check something in the user info returned?
sorry if these things are basic and should be clear but any help is greatly appreciated