Reputation: 976
I've been trying to create a bunch of test users for my test application that will be mocking a case when user signed up to Facebook using his phone number (not his email).
Turns out that the tool to create test users (App -> roles -> test users
) allows to create only users who have email and there's no way (AFAIK) to change the data without logging in to Facebook as this user and changing his account settings.
Is it not possible or am I missing something?
EDIT 1: I'm not actually able to add a phone number without verification
Upvotes: 8
Views: 1909
Reputation: 732
As others say there is no way to have test user without email address.
What you can do however is to create test user and when logging into your app deny access to email. It will have nearly same effect as logging in with user that has phone number instead of email. You can do it in edit section while logging in(as shown in pictures)
Upvotes: 3
Reputation: 413
Unfortunately, there is no way to add testers with their phones. You can add your testers by their fbids or usernames.
Upvotes: 2