d.mc2
d.mc2

Reputation: 1129

Reading Google Voice SMS Msgs using PHP

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

Upvotes: 0

Views: 599

Answers (1)

SVD
SVD

Reputation: 4753

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

Upvotes: 1

Related Questions