How to use linkedin API using sencha touch - oauth

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

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.

Related

Is it possible to integrate the Facebook login without using the iOS SDK?

Currently i am using the Facebook SDK to implement the Facebook login to our native iOS application. For this i am using the native iOS SDK for Facebook. This application is both for mobile and web, so is it possible to integrate Facebook login without using the SDK from application side. I mean authentication done fully through API and server side.
Please have a suggestion.
I referred to a SO link:
Design for Facebook authentication in an iOS app that also accesses a secured web service
Sure! You can always use their API directly, which essentially is the same as they do with the SDK.
Check out the documentation on the following link.
https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow

Sign in with LinkedIn

when click on linkedIn button from my app linkedIn redirect to linkedIn App
If app is not install that time get the message please install the linkedIn.
I want to simple SignIn with LinkedIn like google SignIn.
So please give me proper response.
Try using LinkedIn iOS SDK
it provides
Single sign-on (SSO) authentication, in conjunction with the official LinkedIn mobile application.
A convenient wrapper for making authenticated calls to LinkedIn's REST APIs.
Deeplinking to additional member content in the official LinkedIn iOS app.
A sample application that demonstrates all of the SDK's features.

Gmail API 0Auth 2.0 using OAuth Phonegap SDK

Has anyone had success in using the Gmail API's authorization in a Phonegap application? I found this (http://phonegap-tips.com/articles/google-api-oauth-with-phonegaps-inappbrowser.html) that describes using the generic Google API OAuth with Phonegap's inappbrowser plugin, but the newly released Gmail API does OAuth authorization differently, and I'm not sure how to get it to work with Phonegap.
Note: It does work when I try a web version of my app, but the button that brings up the authorization screen doesn't do anything in Phonegap..not sure why. I do have the appropriate Android credentials for the app in the Google Developer's Console.
UPDATE: Using OAuth's Phonegap SDK (found after registering your app here: https://oauth.io/), I am able to authenticate a Google Account. However, I am unsure how to then call Gmail API methods or correctly pass whatever authentication tokens from the OAuth SDK to any Gmail API code. Has anyone done this and can share their knowledge?
I found a solution using the OAuthio Phonegap SDK. Then I can call the appropriate HTTPS requests from the Gmail API.
If you want to login your users via Google on iOS and Android, then use this new plugin I just created: https://github.com/EddyVerbruggen/cordova-plugin-googleplus
You will also receive the name and gender etc from the plugin. The plugin will also try SSO with any other Google apps installed on your device by using the Google+ SDK on both platforms.

Sign in using twitter

I want to add sign in using twitter functionality in my website. I have already added sign in using facebook and google functionality in my website. In Facebook and google we can load the javascript SDK asynchronously and then its login button code handles everything but in twitter there is no such support. I am not able to understand which libraries to use and how to use them.
Please suggest me which way can I implement this sign in using twitter in my website.
I finally used Twitter4j and it is working well uptil now.

use authentication with twitter account in Sencha Touch mobile application

I would like to know how to implement authentication with twitter account in sencha mobile application ?
If you incorporate Windows Azure, you can use the new Sencha Touch Extensions for Windows Azure -- which include authentication via Twitter, Facebook, Google and Microsoft:
https://market.sencha.com/extensions/sencha-touch-extensions-for-windows-azure

Resources