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 Jan 15, 2025. It is now read-only.
09/07/2013 - Commit
Removed CURLOPT_SSL_VERIFYPEER => false from cURL options to prevent MitM attacks.
19/06/2013 - Commit
Prepend null value instead of space for @mentions due to cURL limitation (fixed in PHP 5.5, see CURL_POSTFIELDS).
17/06/2013 - Commit
Fixed issue with posting tweets starting with @ symbol.
14/06/2013 - Commit
Fixed issue to automatically encode commas (geo queries), hashes (hashtags), pluses (+OR+ queries) and colons (:from queries). You no longer have to encode these characters yourself when coding $getfield = '?q=#hashtag'.
04/05/2015 - Fixed media/upload, a few other minor changes, added travis CI tests (Thanks glenscott for this).