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!
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!