Objective c : how can i load a backendless user by facebook_id

Hi
My application load a facebook friends list of the connected User and i want to get the backendless user object of every friend.
How can i load a backendless user by facebook_id or name and tks.

Firas,

Do the friends of the “connected User” have corresponding objects in the Backendless Users table?

Mark

Yes, of course.

This is good, because you can use the API to retrieve the related objects:

https://backendless.com/documentation/data/ios/data_relations_retrieve.htm

When addressing the Users table, make sure to use the BackendlessUser class.