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

Affected by Google Voice API EOL? #15

Closed strangecode closed 10 years ago

strangecode commented 10 years ago

Google announced an end of support of unofficial apps using the Google Voice XMPP API on May 15, 2014: http://www.androidpolice.com/2013/11/04/merging-of-google-voice-and-hangouts-will-result-shutting-down-all-3rd-party-voice-apps-in-may-2014/

Will your Google Voice API be affected by these changes?

aaronpk commented 10 years ago

This library does not use the XMPP API, so it will not be affected by this shutdown.

strangecode commented 10 years ago

That's good news. Thanks.

stevenkoelsche commented 10 years ago

No one else having issues? This seemed to work for me or am i missing something? Had to add curl_setopt($this->_ch, CURLOPT_VERBOSE, TRUE); curl_setopt($this->_ch, CURLOPT_SSL_VERIFYPEER, FALSE);

and update sensSMS to 'phoneNumber' => $number, 'text' => $message, 'sendErrorSms' => '0', '_rnr_se' => $this->_rnr_se