Rate Limiting Solution

拈花ヽ惹草 提交于 2019-12-12 02:33:29

问题


I am developing a software application that uses the Facebook API to conduct searches on open posts etc.

The issue I am trying to get my head around is rate limiting imposed by the Facebook API.

All the other tools that do similar things to mine are managed services, not stand alone software applications. So I assume customers that subscribe to the service are throttled globally from within the managed service.

My issue is that my product is a stand alone software application.

So if I sell 100 software licences and all 100 people try and use it at the same time the application could grind to a halt as the Facebook API will rate limit them.

The application will use the same Application ID; as far as I know I have to.

Is there aby solution to this problem?


回答1:


As you are planning to build application that you consider would just exceed the starting threshold, you may do what the Facebook Platform Policy suggest, quoting from there

If you exceed, or plan to exceed, any of the following thresholds please contact us as you may be subject to additional terms: (>5M MAU) or (>100M API calls per day) or (>50M impressions per day).



来源:https://stackoverflow.com/questions/17121800/rate-limiting-solution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!