Hi,
to display only friends i have have got custom query from support as below.
user_id IN (SELECT DISTINCT friend_id FROM #__jsnsocial_friends WHERE user_id={user id raw})
it works fine.
however, i need to display user photo only (not name etc) with green mark for being online (as the "Recently Joined" tab displays in social network plugin)
please advice .