Software/Scripts How to Test Facebook OAuth in Development Mode?

emailx45

Местный
Регистрация
5 Май 2008
Сообщения
3,571
Реакции
2,438
Credits
573
How to Test Facebook OAuth in Development Mode
[SHOWTOGROUPS=4,20]
The Facebook OAuth functionality in the web application can be tested with Development mode.

You can use Facebook App in development mode to check the OAuth functionality before making the Facebook login live for production.

In this guide, we will show you how to test Facebook OAuth functionality in development mode with FB App.

After creating App on the Facebook Developers panel, follow the below steps to test Facebook OAuth in Development mode.

  • Go to the Roles » Test Users page.
  • Click the Add button to create a new test user.
  • Once the test user is created, click the Edit button and select Change permissions this test user granted to app.
    facebook-oauth-test-user-change-permissions-codexworld-1024x359.png
  • Search for the required permissions in the autocomplete text box. Select permissions you want to grant to the App and click Update.
    update-facebook-oauth-test-user-permissions-codexworld-1024x479.png
  • To change the password of the test user, click the Edit button and select Change the name or password for this test user.
    facebook-oauth-test-user-change-password-codexworld
Now, you can use these test users to login in Facebook OAuth script and grant various permission to the App.

[/SHOWTOGROUPS]