How to use the associated API via sencha touch

I want to integrate the login using the linkedin API, how can we use the Oauth linkedin using sencha touch 2.1.1?

+8
oauth linkedin-jsapi
source share
1 answer

The step-by-step procedure for signing in to LinkedIn is described in detail here: - https://developer.linkedin.com/documents/sign-linkedin

From this documentation, you can log in using any JavaScript-based program, including Sencha Touch.

+1
source share

All Articles