
One of the most common ways for a Facebook application to spread is through users inviting their friends once they have installed it. Unfortunately, this has lead to some pretty dubious practices (i.e. spam) to force people to invite others. The Facebook API team have responded by removing requests from the API, and
more recently, allocating a maximum number of requests you may have per user based on how "spammy" your application is.
It uses metrics like how often people choose to "ignore, hide and report notifications as spam". This is an interesting way to suppress spam applications, but there have been reports that things can be difficult early on because a single 'ignore' will be more statistically significant. Based on the metrics, your application gets placed in one of 9 buckets for notifications and 13 buckets for requests, each bucket having a "limit threshold" which is the maximum per user per day. I've put together a table showing these based on a number of forum posts:
Notifications
Notifications Bucket | Limit Threshold |
---|
1 | Blocked for 1 month |
2 | 4 |
3 | 5 |
4 | 8 |
5 | 10 |
6 | 15 |
7 | 20 |
8 | 28 (estimated) |
9 | 35 |
Requests
Request Buckets | Limit Threshold |
---|
1 | Blocked for 1 month (estimate) |
2 | 2 (estimate) |
3 | 4 |
4 | 5 |
5 | 8 (estimate) |
6 | 10 |
7 | 12 |
8 | 15 |
9 | 18 |
10 | 21 |
11 | 25 |
12 | 30 |
13 | 35 |
No comments:
Post a comment