Ionic 3 Creating OAuth redirect URL for Facebook

Ionic 3 Creating OAuth redirect URL for Facebook

Steps for creating OAuth Redirect URL for Facebook

  1. Go To OAuth Portal.
  2. Login To OAuth / Register and login to OAuth
  3. After Logining In You Need To Enter Tenant-name ("Any Name Which suits you application here iam using temp-app")
  4. Select Region and click on NEXT button
  5. Select Account Type either COMPANY / PERSONAL(HERE iam selecting personal)
  6. Select A role either DEVELOPER / NON-DEVELOPER.
  7. Select one of the option in type of project dropdown and click on create.
  8. A Dashboard is appeared. Click on connections in sidemenu and select social.
  9. You can see all Social media applications , select one and make the toggle active.
  10. Here we are selecting Facebook. A model will be opened.
  11. We need to enter APP-ID and APP-SECRET which we got from Facebook developers dashboard
  12. Scroll down and click on SAVE button
  13. Then in the same model goto client Tab on the top of the model
  14. Make Default App to active by changing toggle to active
  15. Click On SAVE Button and Close The Model
  16. Now Click on TRY button present on the top of FACEBOOK toggle.
  17. Facebook Login Page or CONTINUE AS page will be shown.
  18. Your Callback URL will be "https://temp-app.auth0.com/login/callback"
  19. Paste the above link in facebook developer dashboard-> facebook login -> settings -> Valid OAUTH field. Click save changes
    (OR)
    After Generating the OAuth url Go back to Facebook Developers Portal and follow from step 21.

Comments

Popular posts from this blog

Ionic 3 Launch Navigator

Ionic 3 Share Through Social Media

Ionic 3 Screenshot using Button and Shake Gesture