OAuth Error: This IP can't make requests for that application

后端 未结 4 721
遇见更好的自我
遇见更好的自我 2020-12-03 08:00

I just started to get random This IP can\'t make requests for that application. errors with my app. My server\'s IP address is on my whitelist from my app\'s se

相关标签:
4条回答
  • 2020-12-03 08:11

    I had the same problem... I just removed all the ip listed in the server whitelist.

    I recently bought an ssl certificate with comodo, in hostgator.... they change my IP and everything stop working.... I get this error: "This IP can't make requests for that application." I think that Facebook servers haven't update the DNS yet, and thats why the error is happening.

    So, you can solve the problem removing all the server whitelist ip, in your Facebook app advance configuration....

    0 讨论(0)
  • 2020-12-03 08:11

    I had to remove cloudFlare service on my domain

    0 讨论(0)
  • 2020-12-03 08:19

    Despite the bugs occuring at Facebook (which led me incorrectly to investigate deeper at the Facebook-side), I realized that my web hosting's outgoing connection changes randomly in few hours. The incoming dedicated IP stays as is, but when I try to initiate a connection server-side, I've realized that my server wasn't using the dedicated IP assigned to it. I've contacted GoDaddy, my hosting provider, and they've informed me that the situation is normal and there's no way to fix it even though I have a dedicated IP. I've cleared the whitelist (allowing ALL IP addresses-the default) and the problem is solved. (Facebook, in the meantime, has analyzed and fixed my whitelist issue too, so I could clear the list)

    0 讨论(0)
  • 2020-12-03 08:22

    As Victor Hugo Arango A. said, remove all the IPs in the server whitelist and you're good to go. To do this:

    1. Go to App Settings
    2. Advanced (tab)
    3. Security (section) remove IP if you see any.
    0 讨论(0)
提交回复
热议问题