We need that all our test users to be friends of each other. Doing that through the App Dashboard manually is a tremendous amount of work depending on the number of test users you need (in our case more than 50 test users).
Therefore we are looking for a way to make our Facebook test users friends of each other programmatically. We tried this approach following their website here: https://developers.facebook.com/docs/graph-api/reference/v2.0/test-user/friends
The problem is that in order to send a friend request from test user one to test user two you have to be logged in with test user one, and in order to accept the friend request you need to login with test user two, which makes the process even worse than adding manually using the App Dashboard -> Roles
How can we make all our test users friend of each other programmatically using iOS SDK 3.14.1?
If you create your users programmatically you can easily make them friends with one another.
https://developers.facebook.com/docs/graph-api/reference/v2.1/test-user/friends