Google Voice API for .NET
        Posted  
        
            by lennykean
        on Geeks with Blogs
        
        See other posts from Geeks with Blogs
        
            or by lennykean
        
        
        
        Published on Sun, 18 Nov 2012 06:12:53 GMT
        Indexed on 
            2012/11/18
            11:05 UTC
        
        
        Read the original article
        Hit count: 196
        
There is no official API for Google Voice. However, many of the operations are done via simple rest style http calls, so building one shouldn’t be too difficult.
Digging deeper and rolling your own is always a great way to exercise your problem solving skills and learn new things. So I did just that.
As of the time of writing this, I’m only implementing basic SMS send since that’s all I needed. I’m hoping to implement more functionality in the future.
In my next post, I’ll be using the SMS functionality to implement 2 factor authentication with ASP.Net MVC.
© Geeks with Blogs or respective owner