Tag : Javascript
Heap Integration Step 1: Open http://www.heapanalytics.com and signup for new account. Step 2: Now go to https://heapanalytics.com/app/account and find your API Code to use in your Javascript source code. When you go live make sure you have production key option selected. Step 3: Place this code in your javascript as shown below. <script type = “text/javascript” > window.heap =…
Application Routes – iron:router Iron router is there for all your routing needs whether on client or on server. It has all the standard features which you can use in any kind of application. You can use any middleware on server or check for user logged in before each route access. It is tightly coupled with…
If you are using Microsoft outlook web app in your project and you want to get list of contacts in api call result then you will need to provide proper scope variable which is not documented anywhere in MSDN. That scope variable is “Wl.contacts_emails”. According to different forums it’s open only for their official partners…