JohnZhug / phpgooglevoice

Automatically exported from code.google.com/p/phpgooglevoice
0 stars 0 forks source link

Get blank page when running script #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instal Namp
2. create sms.php file with <?php
require 'class.googlevoice.php';
$gv = new GoogleVoice("username here", "password here");
$gv->sms("9518338760", "test");
?>
3. copy class.googlevoice.php into the same folder
4. navigate to sms.php file in firefox

What is the expected output? I expect to see some sort of notice that my text 
was sent, or receive it on the test phone
What do you see instead?
The page is blank.

What version of the product are you using? On what operating system?
Latest version- Mac OSX Lion

Please provide any additional information below.

Original issue reported on code.google.com by bb...@mobiquityinc.com on 3 Jan 2012 at 8:48

GoogleCodeExporter commented 8 years ago
I fixed this by adding " echo $gv->status;" to the end of the php code, right 
before the "?>"

I now get a page that says "moved temporarily"
The page says that it moved to https://www.google.com/voice/b/0/m/sendsms?pli=1
But I get an access denied when I go there.

Original comment by bb...@mobiquityinc.com on 3 Jan 2012 at 8:51

GoogleCodeExporter commented 8 years ago
yes me too , is there any solution for this 

Original comment by jishutha...@gmail.com on 12 Oct 2012 at 5:44

GoogleCodeExporter commented 8 years ago
Hi,  I got same problem as well..
Have u found the solution?

Original comment by haari1...@gmail.com on 25 Apr 2013 at 6:06

GoogleCodeExporter commented 8 years ago
Hey Harri, I never solved this. It looks like they changed their "API"

Original comment by bb...@mobiquityinc.com on 25 Apr 2013 at 12:20

GoogleCodeExporter commented 8 years ago
hey, same with me, I got Same problem. anybody can help??

Original comment by euodiac...@gmail.com on 18 Feb 2014 at 8:06