GoogleVoice does not provide official API interfaces, but it can still be implemented through HTTP and XML requests. Currently, most of the APIs found on the Internet are sourced from ChadSmith's topic. To send text messages via GoogleVoice, you must first log on to... "> <LINKhref =" http://www.php100.com/
Google Voice does not provide official API interfaces, but it can still be implemented through HTTP and XML requests. Currently, most of the APIs found on the Internet are sourced from Chad Smith's topic.
To send text messages via Google Voice, first log on to the Google Voice account and retrieve the "_ rnr_se" parameter on the page, finally, POST the parameter and the recipient's mobile phone number and text message content to the Google Voice SMS address. Taylor Hall once wrote a Google Voice php class, but I was not successful during the trial. it was always stuck in the Google Voice login process. For this reason, I developed this class twice and overwritten most of the code.
After actual attempts, the Chad Smith XML request address is not used, but the Google Voice request address of the mobile terminal version is used and the parameters of the POST request are modified as needed, finally, we completed a php-based Google Voice text message sending tool,The call address is http://www.lostleon.com/tools/googlevoice/, and the project address is http://phpgooglevoice.googlecode.com/.
Unfortunately, Tianyi's 189 number is not supported by Google Voice. Mobile phone number 158 passed the test.