Facebook Oauth 2.0和速率限制 [英] Facebook Oauth 2.0 and rate limiting

查看:85
本文介绍了Facebook Oauth 2.0和速率限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用url从电子邮件列表中提取Facebook ID:

I am trying to extract Facebook ids from a list of emails using the url:

let url = "https://graph.facebook.com/search?q=" 
          + email.Replace("@","%40") 
          + "&type=user&access_token=" 
          + facebook.Token

提取大约600个id之后,出现错误远程服务器返回错误:(400)错误的请求.". facebook API/搜索率受到限制吗?如果是这样,文档在哪里?

After around 600 id extracts I get the error "The remote server returned an error: (400) Bad Request.". Is the facebook API/Search rate limited? If so where is the doc?

推荐答案

Facebook将您的通话次数限制为600次/600秒-但10分钟后它会重置.目前我找不到文档,但是在Facebook开发人员车库中有人告诉我

Facebook limits you to 600 calls/600 sec - but it does reset after 10 minutes. I can't find the documentation at the moment, but I was told this at a Facebook developer garage

这篇关于Facebook Oauth 2.0和速率限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆