PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, February 4, 2022

[FIXED] Facebook Graph API rate limiting Headers issue

 February 04, 2022     facebook, facebook-graph-api, facebook-php-sdk, php     No comments   

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!



Answered By - kieranpotts
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing