0

Is there anyway for me to read my SMS inbox in google voice using a PHP webserver call?

d.mc2
  • 1,129
  • 3
  • 16
  • 31
  • these link might be helpfull http://codecri.me/case/66/sending-a-google-voice-sms-using-php/ and https://github.com/aaronpk/Google-Voice-PHP-API – NullPoiиteя Sep 08 '12 at 02:11

1 Answers1

1

There are several wrappers for that,

in java: http://code.google.com/p/google-voice-java/ (also ported to c#: http://code.google.com/p/sharp-voice/), in python: http://code.google.com/p/pygooglevoice/

I suppose you could port one of those to PHP

SVD
  • 4,743
  • 2
  • 26
  • 38