kheya
kheya

Reputation: 7621

Sending SMS from phone to website in ASP.NET and C#

I want to give users ability to post short text messages from their phones to my site. Anyone has any experience with this or how it can be done? Any sample code or tutorial will be helpful.

Basically any tweet from specific user would go to his channel where visitor can see his tweets. User can tweet from the site as well which is easy to handle.

This tweeting thing is a totally new programming area for me. Any help will be appreciated.

Thanks

Upvotes: 1

Views: 686

Answers (1)

sethvargo
sethvargo

Reputation: 26997

Look into Twilio. It's incredibly cheap and easy to use!

:)

http://www.twilio.com/

Upvotes: 1

Related Questions