Hello, I am currently in the process of developing an Ionic2 framework app that includes social login functionality. Up to this point, I have successfully integrated Google Plus and Facebook buttons. Now, I would like to add LinkedIn login as well. The challenge I'm facing is implementing this feature using TypeScript. Although I have created an app on the LinkedIn developer console, I am struggling with how to incorporate the necessary function into my project. The resources available on the LinkedIn developer console only provide JavaScript code (which seems to work only on the index.html page) and methods for Android apps. Can someone please guide me on how to implement the REST API method for LinkedIn login?