Is there a better/easier way to find mutual friends between users than creating a Friends table and logging the UIDs of each new user’s friends? (Using Devise + Omniauth on Rails 3)
Is there a better/easier way to find mutual friends between users than creating a
Share
You dont need to log all UIDs. Are you using facebook provider ? If so, you can use Koala or FBGraph gems to form an FQL to find of there are any common friends.