aaronpk / Google-Voice-PHP-API

Unmaintaned: Please do not contact me with support requests. If this no longer works, it's because Google Voice changed their systems. I will accept pull requests that fix things. Check out http://twilio.com for a much better API for sending and receiving SMSs.
Other
228 stars 108 forks source link

Updated GoogleVoice.php to work with new split login and different PO… #23

Closed xenth closed 7 years ago

xenth commented 8 years ago

…ST URLs.

Updated login POST URL. Added DOM parsing to avoid issues with name/value being moved in login source. Added additional features to capture other message type Added function to capture all inputs from captured pages to prevent breaking on changes. Made GALX and _rnr_se use DOM input captures and updated errors to capture more data. Changed some comments and removed trailing space and added returns between functions for ease of use.

ahndee commented 7 years ago

Awesome, thanks! Works for me as well.