Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publish limit on Facebook's Graph API

I've been using the Graph API for a while.

One feature of my application is that it allows a user to post a message on their friends walls (dont worry it is not spam).

Anyway...there is a limit on the API and it will only allow a certain number of posts before failing. I've read on the facebook bucket allocation limits but my app's limit has not moved. It was 26 when i created the app. It is still 26 even though there are about 20 users.

What can I do to increase my pulish limit?

And I promise this app is not used for anything spam related.

like image 786
Andy Avatar asked Dec 29 '22 08:12

Andy


1 Answers

For those wanting an answer to this question: The posting limit is dynamic.

Facebook has implemented a bucket allocation system whereby each token/profile is given a set amount of posts per day (currently at 20-24). This allocation can go up or down based on the "affinity" your users show towards your application.

From Facebook:

Based on the affinity users show for your apps use of Facebook Platform through their interactions, your app is allocated certain abilities and limits. This is the functionality currently allocated to your app. These values will change over time depending on how users interact with your app. All integration points have a set of limit values and the threshold bucket column tells you which of these limits buckets your app is in for that integration point. Bucket 1 is the smallest allocation bucket.

If more people like/use your application, your posting limit will be increased. On the other hand, if you do not have traction or many people are marking posts from your app as spam, then the limit will be decreased.

You can find the current limit of your application by going to the App Page > View Insights > Diagnostics.

You can find the current limit under the Allocations header.

like image 70
Andy Avatar answered Jan 24 '23 13:01

Andy