You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. I'm trying to ensure my code is safe when it comes to Twitter rate limiting. Twitter should be returning headers to help with this:
x-rate-limit-limit
x-rate-limit-remaining
x-rate-limit-reset
The code should be returning this via $tmhOAuth->response['headers'] however I'm not seeing those in there. Anybody else seeing this? There a specific way to access these I'm not seeing? Thanks for the help in advance!
The text was updated successfully, but these errors were encountered:
Hi all. I'm trying to ensure my code is safe when it comes to Twitter rate limiting. Twitter should be returning headers to help with this:
The code should be returning this via
$tmhOAuth->response['headers']
however I'm not seeing those in there. Anybody else seeing this? There a specific way to access these I'm not seeing? Thanks for the help in advance!The text was updated successfully, but these errors were encountered: