Facebook One or more of the given URLs is not allowed by the App's settings

后端 未结 12 1601
面向向阳花
面向向阳花 2020-12-14 21:23

Result in console:

Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App\'s settings. I

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 21:41

    This can also happen when the redirect_uri submitted with the https://www.facebook.com/dialog/oauth request is not present in the list of Valid OAuth redirect URIs under:

    • Settings >> Advanced >> Security

    After much trial and error, when I added the redirect_uri that I was using (https://www.facebook.com/connect/login_success.html in my case), I suddenly got to the step past this error.

提交回复
热议问题