Tested users can also be created using a graphical interface - not just API calls. A GUI is useful if you need to handle only a few users. If there are many, itβs easier to use the API and execute it programmatically.
How to handle test users using the FB GUI:
- Go to the FB developer site where you created the FB application
- in the application tab , click "Change Roles"
- At the bottom of the page is the "Test users" section, which lists all test users. Here test users can be created and edited. Each user has the opportunity to log in as this user, change his name and set a password next to his profile photo.
- You must set a password for the user to log in as he
- Use your email address and your profile password to log in - it is also possible from your application.
You can create a dummy account, but this is against the FB policy, and FB really does everything to make it harder for you :) This is not an option. Use test users.
If you need more information on this topic, see my article on user testing strategies . See details on the official page
Jacek milewski
source share