Friday, January 7, 2022

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

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

No comments:

Post a Comment

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