Note that there are some explanatory texts on larger screens.

plurals
  1. POConnect app users with a mutual friend
    primarykey
    data
    text
    <p>I'm looking to create an app that allows people to create connections with each other. I'd like to be able to recommend that somebody connects to another user who has authorised the app if they have a mutual Facebook friend. I do not need or really want to pull out any information about that mutual friend.</p> <p>I see a lot of people here asking about pulling lists of friends of friends and how that isn't allowed as those people haven't authorised your app. This seems like a very sensible (and clearly deliberate) limitation set out by Facebook.</p> <p>What I want to do is a little different. I want to pull specifically friends of friends who HAVE authorised the app. It would seem that if I have offline access for this, I can access the friends lists for all my users, just not take intersections of them. Am I right?</p> <p>An example already doing something like this would be <a href="http://airbnb.com" rel="nofollow">http://airbnb.com</a>. I can go there, log in with Facebook, and then search for properties that are owned by people I share a mutual friend with. Must they be doing this by downloading the list of Facebook friends for each user, storing them in their database and then computing the intersection with the logged in user themselves? Given that all the permissions are there, this seems like a rather roundabout way of doing things compared to a nice FQL query.</p> <p>I guess the issue is that you can only use FQL with one access token at once. Computing mutual friends of two app users would require permissions from both of them and hence two access tokens?</p> <p>Any insight anyone can provide about how to do this would be greatly appreciated. I don't think it would be using any data a user hasn't given permission for but I can't quite figure it out.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload