So I am writing an application in Node-Webkit/NW.js that needs a "Login to LinkedIn" button. We have to use a custom protocol/domain in order to allow hooking into the Dropbox API (let's call it app://example).
In the Application Details on the developer portal, for JavaScript API Domains I have "app://example" and "example." However, when I attempt to use my API key inside the application I get the following error:
Uncaught Error: JavaScript API Domain is restricted to example
Does LinkedIn not allow custom protocols, and only http/https? This is a big problem for us and I hope someone is able to answer.