Search code examples
phpfacebookfacebook-graph-apifacebook-php-sdk

Facebook Graph API rate limiting Headers issue


Facebook clearly mentions it returns Rate limiting headers ( here )

But I can't see the headers in the response

Endpoint : https://graph.facebook.com/v2.9/{post_id}/reactions?summary=true&limit=0

Headers :

Response headers

The request is made using an app access_token if I use a page access token I can see the headers, but using an app access token I can't.

Am I missing something?


Solution

  • I have some experience with Facebook's Graph API. Individual applications only start to be rate limited by Facebook once they start getting close to the rate restrictions on a regular basis. You won't see the headers until then. And not all endpoints are subject to rate limiting. It's a kind web service!