Posts

Showing posts with the label import mail from hotmail using javascript

Import Hotmail Contacts using Javascript

Import Hotmail Contacts using Javascript For more information visit http://support.loginradius.com/hc/en-us/articles/201625646-How-do-I-create-a-MSN-Hotmail-Live-app- Example:- <!DOCTYPE html> <html>     <head>         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>         <!--WL Library For Hotmail API-->         <script src="//js.live.net/v5.0/wl.js"></script> </head> <script>     var APP_CLIENT_ID = "000000004812A421";     var REDIRECT_URL = "http://xyz.com/index/import";     var CLIENT_SECRET = "c86m2XYZXaIG9CjTsbpQdvbIuR7vaaDl";     WL.init({               client_id: APP_CLIENT_ID,             ...