Working with Facebook login from localhost

前端 未结 9 2107
无人及你
无人及你 2020-12-09 08:29

I have a React/Horizon app with facebook login. I am wondering if there is any option to work with facebook login from localhost?

9条回答
  •  抹茶落季
    2020-12-09 09:13

    So in my case doing the following things worked for me.

    1. Make sure your application is in development mode

    1. Make sure you don't have anything in Valid OAuth Redirect URIs when working from localhost

    1. Make sure you don't have anything in App Domains also

    1. Make sure you have entered localhost in your site url

提交回复
热议问题