Error 500 on dialog/oauth API after today's push at 8:21

前端 未结 3 693
悲哀的现实
悲哀的现实 2021-01-17 23:12

Our apps are getting error 500 on this call :

https://www.facebook.com/dialog/oauth?client_id=89dc1edc0036d868930ccbac657e8b7f&redirect_uri=https%3A%2F%2Fapps.fa

3条回答
  •  广开言路
    2021-01-17 23:41

    Facebook seems to have dropped support for the old API KEYs. If you look at your App Settings page, you'll see App Id/Api Key. These were merged back in 2011, so just replace your api_key with your app_id for the client_id parameter.

    This should have been a breaking change.

提交回复
热议问题