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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
At the moment, if you use update_with_media you can get an exception thrown by EpiTwitter -
Error in file : EpiTwitter.php on line number 254
Error message :
{"errors":[{"code":191,"message":"User XXX is over daily photo limit"}]}
This is thrown because the response code is 403
It would help if the code could somehow check whether the daily photo limit has been reached before posting a new status - presumably using the header: X-MediaRateLimit-Remaining (https://dev.twitter.com/docs/api/1/post/statuses/update_with_media)
I am just not certain of the best way of implementing this check...
The text was updated successfully, but these errors were encountered: