Is there a better way to get Non-friends to appear in “People you may know” Section?
I’m trying to make a Social App like Facebook where you can add people as friends.
Now, I want to add a “People you may know section” in which all application users appears except your friends.
I Made a Model “ApplicationUser” that have a self Many-to-Many relationship so that a user can have multiple friends. Here’s the Definition of “ApplicationUser” Model :