Given URL is not allowed by the Application configuration

前端 未结 15 1270
北恋
北恋 2020-11-29 02:50

I am trying to create facebook sign-in page according to this tutorial. I only changed the two lines

appId      : \'370675846382420\', // App ID
channelUrl          


        
15条回答
  •  抹茶落季
    2020-11-29 03:23

    The problem is that whatever url you are currently hosting your app is not setup in your Application configuration. Go to your app settings and ensure the urls are matching.

    Updated

    Steps:

    1. Go to 'Basic' settings for your app
    2. Select 'Add Platform'
    3. Select 'Website'
    4. Put your website URL under 'Site URL'

    enter image description here

提交回复
热议问题