SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
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/

Más contenido relacionado

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Destacado

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
ThinkNow
 
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
Kurio // The Social Media Age(ncy)
 

Destacado (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/