Someone else asked this question but had no replies so I am asking it again. I\'m trying to use pygooglevoice API but when I run the SMS.py example script it gives me a logi
I made a clone which currently works (at least for sending SMS messages): http://code.google.com/r/kkleidal-pygooglevoiceupdate/
The problem was that Google changed the login URL. In addition, I added a few params to the POST request which may have helped solve some issues it was running into with the POST request. Log in should work smoothly now.