Is it possible to login to facebook directly (facebook.com) using the test user account created using the Facebook Developer app feature (Roles / Create test users)? What password should I use? I understand we can use the “Switch to ” option after logging in as myself to facebook, but I want to be able to login directly using the test user accounts, so that I can provide these user details for other testers who do need to use their personal facebook account in any way related to the testing of the application.
Is it possible to login to facebook directly (facebook.com) using the test user account
Share
You can simply change the password of the Test User by issuing a POST request to this URL
Then you can give other people the account info of that user with the newly set password and they can log in to Facebook as that user.