Javascript API Reference
Apr 4, 2011 — LIDeveloperAdmin
The full power of our new framework lies within the JavaScript API. This API bridges between the user's browser and our REST endpoint. As a developer, you use a simple, consistent JavaScript interface to interact with the fundamental LinkedIn data types (Profiles, Connections, People Search, etc). Under the hood, we translate your request into a REST call which we make on your behalf via Ajax. All the details of cross domain Ajax and OAuth 2 are abstracted away - you simply invoke a method and receive JSON in return.
Initialize and use the framework
Configuration and Compatibility
Access data about LinkedIn members
IN.API.MemberUpdates() and IN.API.NetworkUpdates()
Render a Login or Share button with one line
Advanced authentication, eventing, and UI features
Documentation
- Tutorials
- Javascript API Reference
- Overview
- Configuration and Compatibility
- IN.API.Profile()
- Making API Requests using IN.API
- IN.API.Connections()
- IN.API.PeopleSearch()
- IN.API.MemberUpdates() and IN.API.NetworkUpdates()
- IN.API.Raw()
- Tags and Templates
- IN.Auth, IN.Event, and IN.UI
- General Methods
- Exchange JSAPI Tokens for REST API OAuth Tokens
- Plugins
- Publisher Guidelines