Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use linkedin API using sencha touch

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

like image 296
Riz Avatar asked Apr 14 '13 08:04

Riz


1 Answers

The step by step procedure on how to login to LinkedIn is detailed here:- https://developer.linkedin.com/documents/sign-linkedin

From that documentation - you should be able to login using any JavaScript based program - including Sencha Touch.

like image 182
TR1 Avatar answered Oct 19 '22 20:10

TR1