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

Friday, January 7, 2022

[FIXED] Does using long living access token be counted as daily active users for rate limiting?

 January 07, 2022     facebook, facebook-graph-api, facebook-php-sdk     No comments   

Issue

Simple question but will affect my coding method so expecting an answer from already running app developers

Does using long living access token for API calling be triggered as daily active user or should I need to logout and then login user every day to be counted as daily active users ?The reason why I ask whether its shown as daily active users is because it decides API rate limiting

Please read my question carefully if it feels stupid at first,but I believe its really serious one because I don't believe Facebook will implement a factor(daily active users) for rate limiting that can be tricked by a developer if he have long lived access token of the user.


Solution

Yes,using long lived access token is counted as a daily active user.You don't have to worry about logging in and logging out user everyday to be counted as a daily active user.I verified it using a trial approach



Answered By - Agent Smith
  • 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