有时"The specified feature has been temporarily disabled for this application"



有时会返回:

{"error_code"=>"2000", "error_message"=>"指定的功能已被暂时禁用","state"=>"d022a262e11b1a8bebe4bccb86319514e870fb6657b6aee8"}

from facebook当使用facebook登录

apache_log:

85.135.128.63 - - [08/May/2013:19:07:40 +0200] "GET /users/auth/facebook HTTP/1.1" 302 250 "http://www.itolar.com/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31"
85.135.128.63 - - [08/May/2013:19:07:41 +0200] "GET /users/auth/facebook/callback?error_code=2000&error_message=The+specified+feature+has+been+temporarily+disabled+for+this+application&state=d022a262e11b1a8bebe4bccb86319514e870fb6657b6aee8 HTTP/1.1" 500 728 "http://www.itolar.com/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31"

但是当我尝试两个不同的帐户做同样的事情时,一切都很好我在Ruby on Rails上使用omniauth-facebook

有谁知道怎么回事吗?

听起来你可能达到了速率限制。尝试减少呼叫频率和/或优化它们(即通过批处理呼叫)。同时查看App Insights -> Activity &错误。

相关内容

最新更新