I have created three test user accounts for an app in facebook. How should I distribute the accounts to my test users. I mean to open the test user account I have to open it from the app dashboard and press “Switch to”. There must be a simpler way I suppose.
Share
You can get a list of login urls for your test users programmatically here:
https://graph.facebook.com/%5Bapp_id%5D/accounts/test-users?access_token=%5Bapp_access_token%5D
Then you can parse the json response to save the urls for signing in
https://developers.facebook.com/docs/test_users/