Where does the test user find the app - facebook

I created a simple facebook app and test user account. When I log in using the test user I don't see where I should find the app to open for testing. Please help.

Related

app is still in development mode...Facebook - no option to login with Email for test user

I am trying to test Facebook login on an iPhone X device but I am getting the following error as follows:
"This app is still in development mode..."
When testing on a different iPhone X device I am given the option to log in with an Email address, which I can then enter the details of the test user created in the Facebook Developers console.
I am not ready to submit to Facebook for review and approval so that is not an option and hence why I assume FB gives you the ability to create test users in the first place.
I am struggling to figure what the difference between the two devices is. I even logged out the real Facebook user from the Facebook app in an attempt to show me the option to log in with email but to no avail.
follow these steps to make it live.
Login to facebook developer account https://developers.facebook.com/ -> goto you app dashboard -> then switch on to change status live (first you must need to fill privacy policy URL and etc. in basic setting)
See the following screenshot.

How do I test run the restricted app in facebook?

Recently One of facebook app has been restricted by facebook saying the app is redirecting off of facebook. Now I want to test run the app in facebook. According to this website https://developers.facebook.com/docs/apps/test-apps I need to click on test apps but I dont find any Test apps link in app's page. Please help

Do I need to get app permissions approved before building my app?

I'm having an issue where I'm wanting to build a web app - but until I can have it built to show Facebook, they won't give my app permissions (specifically manage_pages and read_page_mailboxes).
So, obviously my code for this doesn't work at the moment.
Is there a sandbox mode where I can write and test all my code, then send it into Facebook submissions for full approval once it actually works?
As a developer, you can use permissions that have not been approved to build your application. You can also create test users from the App Settings page to create users to test your application - all can use unapproved permissions.
Once your application is built, you can then submit it to Facebook to get the permissions approved for end-users. Just make sure you are using the Developer account or a Test user account to test your code during development.
You'll see a notice if you're using a permission that isn't approved.

Creating test app through facebook ads account?

My question is about Facebook Ads API's March 4 breaking changes regarding the new campaign structure.
I do not have a test account nor a test app yet. I would like to test whether my code supports all the March 4 breaking changes. I have neither a test account nor a test app. I have requested a test account through email (this was suggested in the change FAQ). I will later whitelist the account for accessing the structure changes.
To get the test app, do I have to use only the test account (creating an app requires a developer account) or can I create the test app directly by using my production facebook ads account?
Also, the page to apply for test ads app is the same as getting a normal ads app. FAQ suggests that I add "test" to my name. Is this all I have to do or is there something more? The link for helping set up app in the FAQ doesn't seem to point to the right place and doesn't help.
1-To get a test app all u need is to be a developer. Once the app is created u can use it with a test/production account.
2-test and production apps can be created from the same place. Just put "test" in the app name.

How come I get a "must have accepted TOS" error for test users with app installed?

I'm writing integration tests and programatically creating and registering some test users for my app in my test by using the graph API to create the users with the installed flag set to true.
This should create a user that is an app user, therefore I assume the test user has agreed to the TOS already.
Is I switch to the test users then the app is listed in the users history in the app center.
However when I try and send an app request to this user from another test user then I get the TOS error.