I am building an app with facebook login. I want to retrieve all the friends of this specific users that also has the app. Meaning - I want to upload list of facebook token Ids from the client and get list of these users that exists in my backend user list.
I was looking at user.lookup but it is not enough. Should I do it through "Business Logic" ? How?
Thanks ahead!
1 Comment
M
Michael
said
about 7 years ago
You can use collectionAccess within Business Logic to access the user collection, which contains the facebook subdocument, similar to the following:
udi zohar
I was looking at user.lookup but it is not enough. Should I do it through "Business Logic" ? How?
Thanks ahead!