
API
riverlau
这个作者很懒,什么都没留下…
展开
-
Windows Live SDK First App
Prerequisite: 1. you must create an application record for it by using the Live Connect application management site (https://manage.dev.live.com) 2. If you are creating a web application, you must s原创 2011-10-30 00:35:38 · 772 阅读 · 0 评论 -
FaceBook SDK First App
Prerequisite: 1. you must create an application record for it by using https://developers.facebook.com/apps/ 2. register your domain in site url Source Code: Face Book API原创 2011-10-30 02:52:33 · 713 阅读 · 0 评论 -
Get Html Content use HttpDownloader
http://stackoverflow.com/questions/2700638/characters-in-string-changed-after-downloading-html-from-the-internet Issue Using the following code, I can download the HTML of a file from the inte转载 2011-11-27 19:13:03 · 510 阅读 · 0 评论 -
Send Email Using Gmail (Continued) - Testing
http://stackoverflow.com/questions/7559431/c-sharp-cant-send-mail-in-windows-azure-via-gmail-smtp public static void EmailVerification(string email, stri转载 2011-11-27 23:48:18 · 532 阅读 · 0 评论 -
Send Email Using Gmail
http://stackoverflow.com/questions/32260/sending-email-in-net-through-gmail/32336#32336 Be sure to use System.Net.Mail, not the deprecated System.Web.Mail. Doing SSL withSystem.Web.Mail is a转载 2011-11-27 15:26:51 · 846 阅读 · 0 评论