google-voice

Is there a Google Voice API?

Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Android client using? Something internal? Has anyone documented it? ...

how do i run google voice from vb6

How do I run Google Voice from Visual Basic 6? ...

Making an HttpClient request inside a BroadcastReceiver for Intent.ACTION_NEW_OUTGOING_CALL

I'm trying to write a service for my Android phone that is similar to Google Voice: it will intercept outgoing calls, replacing the originally dialed number with a number that I look up from a web request. I know that outgoing calls can be diverted using a BroadcastReceiver that requests the Intent.ACTION_NEW_OUTGOING_CALL broadcast as ...

Google Voice, in C#: how to delete a sms or how to mark it as read?

With C#, how do I delete a sms on Google Voice? Alternatively, how do I mark a sms as read? I'd rather delete it but marking it would be ok too. As far as marking it as read I tried this public String markAsRead(string _authToken, string _msgID, string rnrSEE) { String smsdata = HttpUtility.UrlEncode("auth", Encoding.U...

How does the Google Voice HTML5 app access the iPhone dialer?

How does the Google Voice HTML5 app access the iPhone dialer given that it's not a native compiled app? ...

Google Voice API Documentation

I've spent the last hour searching for an official Google Voice API documentation but couldn't find anything but a bunch of API wrappers in (insert your favorite programming language here). Does a documentation for Google Voice's API not exist? ...

google Apps account, can't login to voice, picasa on android

hey folks, I have a new HTC Evo, and have sync'd it to my Google Apps Email, Calendar, and Contacts. That same apps account, is associated with Google Voice and Picasa. Those two services aren't native to Google Apps of course, but they allow me to login with the same credentials. However ... on Android I can't login. Google Voice say...

Google Voice Autodialer -- ie:, any way to send a phone number to Google Voice (or the google-chat plugin) in order to initiate a call?

This is a dumb sounding question, but I've tried to find an answer digging through FAQs and forums, and came up short. Just like you can use tel: in hyperlinks for mobile browsers, you can set a link to start a call with Skype's software with: <a href="skype:15555555">Call This Number</a> Is there any way to do anything similar with ...

CFHTTP Content-Length Header for post to Google Voice "API"

Greetings. I'm trying to send a quick sms through google voice using their existing API. I think the api is what's left from the Grand Central days. They don't have much documentation. Here's where I got my documentation: http://posttopic.com/topic/google-voice-add-on-development I can authenticate using cfhttp and get the correct resp...