tags:

views:

173

answers:

1

I want to programmatically login and access the data in Google SMS channels using C#. Eg. I want to retrieve data from http://labs.google.co.in/smschannels/channel/wordoftheday. How do I go about it. I looked at Google ClientLogin, but am unable to get it working.

A: 

CodeGlobe has a n article about how to programmatic login to Way2sms.com and send sms. You may use same technique for Google sms channel. I don't tried this it may help you. Here is the full article on sending sms using c# with way2sms. http://codeglobe.blogspot.com/2010/02/way2sms-send-sms-c-code.html

craig