How to create fake users for your Facebook app for testing?

I am wondering how you are testing your Facebook app. Is there a Facebook sandbox with fake users that I can check the application during development?

+4
source share
1 answer

If your application uses the Facebook API, Facebook reveals the possibility of creating test users for this purpose. See http://developers.facebook.com/docs/test_users They currently have a limit of 100 test users created this way for your application.

+3
source

Source: https://habr.com/ru/post/1339400/


All Articles