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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can get a list of login urls for your test users programmatically here: https://graph.facebook.com/[app_id]/accounts/test-users?access_token=[app_access_token] Then you can parse the json response to save the urls for signing in |
|||
|
|