Sample App Showing Off Kinvey Data Integration, using LinkedIn with OAuth 1a. This sample uses gtm-oauth to obtain an access token for connecting to LinkedIn, and Kinvey's Data Integration feature to load the user's connections.
This sample application requires a minimum of iOS 5.0 and KinveyKit 1.17.2. To use the sample app, go to Kinvey and create a new App. You'll need the App id and App secret to set in AppDelegate.m
in order to run this sample.
This project uses Google's gtm-oauth1 library to obtain an access token from LinkedIn. It's your responsibility to log in to LinkedIn's API, create an application with them and obtain the client id and secret.
There is a custom ql.io collection used by this sample app
FetchConnections
: Fetches the user's 1st degree network from LinkedIn
This repo contains linkedin-get-connections_qlio_script.txt
which provides the ql.io script to use if you create the collection on your app backend.
This sample corresponds to this tutorial on Kinvey's Devcenter. This goes through the step-by-step instructions for setting up the backend.
Website: www.kinvey.com
Support: support@kinvey.com
Copyright (c) 2013 Kinvey, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.