SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
LinkedIn Development Manager’s Guide
A non-technical guide to understanding
the LinkedIn Development Platform
by
Samer Bechara
+961-3-873548
sam@thoughtengineer.com
http://thoughtengineer.com/
Last Updated: April 8, 2013
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
Overview
The LinkedIn Development Platform allows external applications and websites to programmatically
access LinkedIn data and use it in order to enhance their own applications. Once a user authorizes your
application or website to access his account, you will be able to perform the functionality below.
This guide is intended to give an insight on what can be achieved using the LinkedIn Development
Platform, from a non-technical perspective.
Terminology
In this rest of the document, the following terms are used:
 Authenticated User refers to the user who has allowed your application to access his LinkedIn
data. This would be anyone with a LinkedIn account including you and your development team.
 1st Degree connection refers to the users who are directly connected to the authenticated user.
(e.g. friends)
 2nd Degree connection refers to friends of friends
 3rd Degree connection refers to friends of friends of friends, or people who belong to the same
group as the authenticated user.
LinkedIn Guidelines: The main points
LinkedIn has very strict guidelines when it comes to using their content. LinkedIn is a business network
which contains very sensitive data. Therefore, LinkedIn tries its best in order to protect their user’s data,
and make sure it doesn’t fall in the hands of spammers or data harvesting companies. You might notice
that there are strict restrictions when it comes to grabbing and using data, but it’s really there in order
to help users keep control of their own data.
Therefore, knowing what you’re unable to do will greatly help you steer your application in the right
direction.
Displaying and Using Content
1. Only display a user’s data to themselves. In other words, if you have two authenticated users,
you may not show user A the data for user B. Example: Showing user A's news feed items to
user B goes against the LinkedIn Development Guidelines)
2. Do not use LinkedIn data inside advertisements. Although this is common sense, this restriction
is there in order to make sure you’re not making money out of your user’s data. Example: You
cannot show an advertisement on Google Adwords which contains content from an
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
authenticated user’s profile.
3. Do not use the LinkedIn Development Program if your application contains or promotes adult
content, gambling, smoking or alcohol. Example: You cannot users to register on your gambling
website with their LinkedIn IDs
4. Do not share LinkedIn data with third parties. Example: You are not allowed to gather statistics
about people who granted your application access to their LinkedIn account, and send that
statistics to a company which analyzes user behavior on the internet.
5. Do not offer LinkedIn data as part of search results pulling data from multiple sources, as part of
a combined search. Example: You cannot use the LinkedIn API to offer your customers a search
engine application which returns a user's combined profile data from Facebook, Twitter and
LinkedIn, unless you display the results individually. Users should be able to immediately notice
which results came from LinkedIn, and which didn't.
6. Do not combine data your application programmatically obtained with LinkedIn data obtained
from another source. Example: You are not allowed to match data obtained by your application
with data manually collected by your assistant from the LinkedIn website.
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
Data Storage
1. Each LinkedIn profile has a unique ID associated with it. Do not store LinkedIn profiles data,
except for the ID associated with the profile. In other words, do not store name, email, jobs,
recommendations... One exception can be made to store profile data for the authenticated user,
but you must ask their permission first.
2. Only cache data retrieved via LinkedIn API for 24 hours for performance requirements.
3. Delete the authenticated user's data whenever a user terminates his account with you.
For more details and a technical discussion visit:
http://developer.linkedin.com/documents/linkedin-apis-terms-use
Functionality Overview
Profile Functionality
This functionality allows you to:
 Retrieve full profile data for the authenticated user.
Use Case: While working on PitchBrite ( http://pitchbrite.com/ ), we created a system where users were
required to register on the website using their LinkedIn account. No other registration method was
allowed. People using the website were expected to have a LinkedIn account.
Connections Functionality
This functionality allows you to:
 Retrieve the user's first-degree connections profile data. You are unable to get neither 2nd
degree connections nor 3rd degree connections. For first-degree connections, you are only
allowed to fetch the basic profile fields. Check the following link for a detailed list of fields:
https://developer.linkedin.com/documents/profile-fields#profile
Use Case: A certain website might want to retrieve the full list of the user's connections in order to
determine who else of his connections is already registered on the website, and give them the chance to
interact on that website.
People Search Function
This function allows you to use the LinkedIn search functionality inside your application. This is very
similar to what you can do on the LinkedIn advanced search page:
http://www.linkedin.com/search?trk=advsrch
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
Use Case: While working on Accountants Compete website (http://accountantscompete.com) , we
created a search algorithm which recommends accountants a user should work with, based on several
factors such as skills, location...
Groups Functionality
This functionality allows you to:
 Retrieve a LinkedIn group's information (Name, description, number of posts, category...)
 List of groups a member belongs to
 List of groups a member has requested to join
 Retrieve group settings for an authenticated user
Use Case: A news portal, such as CNN.com, might ask you to give them access to your LinkedIn account,
in order to show them relevant stories.
Companies Functionality
This functionality allows you to:
 Retrieve a company's profile details
 Retrieve company updates posted on LinkedIn
 Search for companies on LinkedIn
 Follow a company
 Retrieve a list of companies followed on LinkedIn
 Retrieve a company's list of products and services
 Retrieve recommendations for a specific product of service.
Use Case: A website which offers data about companies (e.g. http://crunchbase.com) could develop a
feature which offers suggestions to follow companies on LinkedIn based on company profile pages you
have viewed on their website.
Jobs Functionality
The following section is related to jobs on LinkedIn: http://www.linkedin.com/job/home
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
This functionality allows you to:
 Retrieve a job's details
 Retrieve a list of bookmarked jobs
 Retrieve a list of job suggestions
 Search for jobs on LinkedIn
 Post, Edit, Renew and Close a job. (Only available for select partners as of April 1. , 2013. More
Info: http://developer.linkedin.com/documents/job-posting )
Use Case: A careers website might display relevant jobs from LinkedIn on their website, based on what
their website user is looking for.
Sharing Functionality
This functionality allows you to:
 Post updates to LinkedIn on behalf of the authenticated user
 Retrieve data shared on LinkedIn
 Retrieve the authenticated user's updates, or one of his 1st degree connections updates.
 Retrieve likes and comments for each updates
 Like or comment on a certain update
Use Case: Sendible (http://sendible.com) uses this functionality in order to allow its users to send
updates to multiple social networks at once, including LinkedIn.
Communication Functionality
This functionality allows you to:
 Invite people to connect on LinkedIn from inside your application
 Send a private message to one or more LinkedIn users
Use Case: A business-oriented community website might offer suggestions to connect via LinkedIn for
authenticated users who have similar profiles on the community page.
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
Ads Functionality
This functionality allows you to:
 Post/Edit/End an advertising campaign on LinkedIn
 Retrieve campaign statistics
 Retrieve statistics for a specific advertisement
This program is available to selected partners, you will need to contact LinkedIn in order to be granted
access to this program. More info here: http://developer.linkedin.com/ads
Use Case: A marketing agency might want to integrate LinkedIn advertising campaigns with its
proprietary advertising platform.
Technical Limits
The LinkedIn Development Platform has limits on the number of times your application can perform a
certain action. These limits are in place in order to keep the LinkedIn servers running smoothly, as well
as make it harder for spammers to access LinkedIn Data. While this information is a bit technical, as a
manager, you should be aware of it.
Here are the main points you should be aware of:
 The Limits are reset every midnight GMT. All counters are reset every midnight GMT
 There are two types of limits you should be aware of:
o Application Limit: The number of times your application can perform a certain action.
Example: As of April 1, 2013, an application is allowed to post 5,000 network updates
on behalf of all its authenticated users before the limits reset.
o User Limit: The number of times an authenticated user can perform a certain action.
Example: As of April 1, 2013, an application can post up to 25 network updates per user
before the limits reset.
 If we use the above data, 200 authenticated users can post 25 updates per day before the limits
are application reached.
 Technical information about rate limits: https://developer.linkedin.com/documents/throttle-
limits
LinkedIn Development Manager’s Guide
Copyright © 2013 thoughtengineer.com
For suggestions or feedback, do not hesitate to contact me
Samer Bechara
+961-3-873548
sam@thoughtengineer.com
http://thoughtengineer.com/

Weitere ähnliche Inhalte

Kürzlich hochgeladen

Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 

Kürzlich hochgeladen (20)

Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 

Empfohlen

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Empfohlen (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

LinkedIn API Manager's Guide

  • 1. LinkedIn Development Manager’s Guide A non-technical guide to understanding the LinkedIn Development Platform by Samer Bechara +961-3-873548 sam@thoughtengineer.com http://thoughtengineer.com/ Last Updated: April 8, 2013
  • 2. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com Overview The LinkedIn Development Platform allows external applications and websites to programmatically access LinkedIn data and use it in order to enhance their own applications. Once a user authorizes your application or website to access his account, you will be able to perform the functionality below. This guide is intended to give an insight on what can be achieved using the LinkedIn Development Platform, from a non-technical perspective. Terminology In this rest of the document, the following terms are used:  Authenticated User refers to the user who has allowed your application to access his LinkedIn data. This would be anyone with a LinkedIn account including you and your development team.  1st Degree connection refers to the users who are directly connected to the authenticated user. (e.g. friends)  2nd Degree connection refers to friends of friends  3rd Degree connection refers to friends of friends of friends, or people who belong to the same group as the authenticated user. LinkedIn Guidelines: The main points LinkedIn has very strict guidelines when it comes to using their content. LinkedIn is a business network which contains very sensitive data. Therefore, LinkedIn tries its best in order to protect their user’s data, and make sure it doesn’t fall in the hands of spammers or data harvesting companies. You might notice that there are strict restrictions when it comes to grabbing and using data, but it’s really there in order to help users keep control of their own data. Therefore, knowing what you’re unable to do will greatly help you steer your application in the right direction. Displaying and Using Content 1. Only display a user’s data to themselves. In other words, if you have two authenticated users, you may not show user A the data for user B. Example: Showing user A's news feed items to user B goes against the LinkedIn Development Guidelines) 2. Do not use LinkedIn data inside advertisements. Although this is common sense, this restriction is there in order to make sure you’re not making money out of your user’s data. Example: You cannot show an advertisement on Google Adwords which contains content from an
  • 3. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com authenticated user’s profile. 3. Do not use the LinkedIn Development Program if your application contains or promotes adult content, gambling, smoking or alcohol. Example: You cannot users to register on your gambling website with their LinkedIn IDs 4. Do not share LinkedIn data with third parties. Example: You are not allowed to gather statistics about people who granted your application access to their LinkedIn account, and send that statistics to a company which analyzes user behavior on the internet. 5. Do not offer LinkedIn data as part of search results pulling data from multiple sources, as part of a combined search. Example: You cannot use the LinkedIn API to offer your customers a search engine application which returns a user's combined profile data from Facebook, Twitter and LinkedIn, unless you display the results individually. Users should be able to immediately notice which results came from LinkedIn, and which didn't. 6. Do not combine data your application programmatically obtained with LinkedIn data obtained from another source. Example: You are not allowed to match data obtained by your application with data manually collected by your assistant from the LinkedIn website.
  • 4. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com Data Storage 1. Each LinkedIn profile has a unique ID associated with it. Do not store LinkedIn profiles data, except for the ID associated with the profile. In other words, do not store name, email, jobs, recommendations... One exception can be made to store profile data for the authenticated user, but you must ask their permission first. 2. Only cache data retrieved via LinkedIn API for 24 hours for performance requirements. 3. Delete the authenticated user's data whenever a user terminates his account with you. For more details and a technical discussion visit: http://developer.linkedin.com/documents/linkedin-apis-terms-use Functionality Overview Profile Functionality This functionality allows you to:  Retrieve full profile data for the authenticated user. Use Case: While working on PitchBrite ( http://pitchbrite.com/ ), we created a system where users were required to register on the website using their LinkedIn account. No other registration method was allowed. People using the website were expected to have a LinkedIn account. Connections Functionality This functionality allows you to:  Retrieve the user's first-degree connections profile data. You are unable to get neither 2nd degree connections nor 3rd degree connections. For first-degree connections, you are only allowed to fetch the basic profile fields. Check the following link for a detailed list of fields: https://developer.linkedin.com/documents/profile-fields#profile Use Case: A certain website might want to retrieve the full list of the user's connections in order to determine who else of his connections is already registered on the website, and give them the chance to interact on that website. People Search Function This function allows you to use the LinkedIn search functionality inside your application. This is very similar to what you can do on the LinkedIn advanced search page: http://www.linkedin.com/search?trk=advsrch
  • 5. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com Use Case: While working on Accountants Compete website (http://accountantscompete.com) , we created a search algorithm which recommends accountants a user should work with, based on several factors such as skills, location... Groups Functionality This functionality allows you to:  Retrieve a LinkedIn group's information (Name, description, number of posts, category...)  List of groups a member belongs to  List of groups a member has requested to join  Retrieve group settings for an authenticated user Use Case: A news portal, such as CNN.com, might ask you to give them access to your LinkedIn account, in order to show them relevant stories. Companies Functionality This functionality allows you to:  Retrieve a company's profile details  Retrieve company updates posted on LinkedIn  Search for companies on LinkedIn  Follow a company  Retrieve a list of companies followed on LinkedIn  Retrieve a company's list of products and services  Retrieve recommendations for a specific product of service. Use Case: A website which offers data about companies (e.g. http://crunchbase.com) could develop a feature which offers suggestions to follow companies on LinkedIn based on company profile pages you have viewed on their website. Jobs Functionality The following section is related to jobs on LinkedIn: http://www.linkedin.com/job/home
  • 6. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com This functionality allows you to:  Retrieve a job's details  Retrieve a list of bookmarked jobs  Retrieve a list of job suggestions  Search for jobs on LinkedIn  Post, Edit, Renew and Close a job. (Only available for select partners as of April 1. , 2013. More Info: http://developer.linkedin.com/documents/job-posting ) Use Case: A careers website might display relevant jobs from LinkedIn on their website, based on what their website user is looking for. Sharing Functionality This functionality allows you to:  Post updates to LinkedIn on behalf of the authenticated user  Retrieve data shared on LinkedIn  Retrieve the authenticated user's updates, or one of his 1st degree connections updates.  Retrieve likes and comments for each updates  Like or comment on a certain update Use Case: Sendible (http://sendible.com) uses this functionality in order to allow its users to send updates to multiple social networks at once, including LinkedIn. Communication Functionality This functionality allows you to:  Invite people to connect on LinkedIn from inside your application  Send a private message to one or more LinkedIn users Use Case: A business-oriented community website might offer suggestions to connect via LinkedIn for authenticated users who have similar profiles on the community page.
  • 7. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com Ads Functionality This functionality allows you to:  Post/Edit/End an advertising campaign on LinkedIn  Retrieve campaign statistics  Retrieve statistics for a specific advertisement This program is available to selected partners, you will need to contact LinkedIn in order to be granted access to this program. More info here: http://developer.linkedin.com/ads Use Case: A marketing agency might want to integrate LinkedIn advertising campaigns with its proprietary advertising platform. Technical Limits The LinkedIn Development Platform has limits on the number of times your application can perform a certain action. These limits are in place in order to keep the LinkedIn servers running smoothly, as well as make it harder for spammers to access LinkedIn Data. While this information is a bit technical, as a manager, you should be aware of it. Here are the main points you should be aware of:  The Limits are reset every midnight GMT. All counters are reset every midnight GMT  There are two types of limits you should be aware of: o Application Limit: The number of times your application can perform a certain action. Example: As of April 1, 2013, an application is allowed to post 5,000 network updates on behalf of all its authenticated users before the limits reset. o User Limit: The number of times an authenticated user can perform a certain action. Example: As of April 1, 2013, an application can post up to 25 network updates per user before the limits reset.  If we use the above data, 200 authenticated users can post 25 updates per day before the limits are application reached.  Technical information about rate limits: https://developer.linkedin.com/documents/throttle- limits
  • 8. LinkedIn Development Manager’s Guide Copyright © 2013 thoughtengineer.com For suggestions or feedback, do not hesitate to contact me Samer Bechara +961-3-873548 sam@thoughtengineer.com http://thoughtengineer.com/