As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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
over 9 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!