PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 16, 2022

[FIXED] How to login with facebook in react?

 July 16, 2022     facebook, facebook-login, reactjs     No comments   

Issue

If I try to log in without publishing the application, the obstacle I encounter is "this application is still under development". If I try to launch the application and try to log in from my react application, the obstacle I encounter is "You will not be able to login with facebook until your application updates the security rules.". How can I solve this?


Solution

you are trying to login with HTTP, that's why you still got this error you need to use HTTPS in dev-environment, try to install local SSL Certaficat Or use Ngrock this article explains to you why this keep happening to you.

https://developers.facebook.com/blog/post/2018/06/08/enforce-https-facebook-login/



Answered By - Abdelraouf Ferah
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing