linkedin-api Questions
2
Solved
I am using the Linkedin Share Plugin https://developer.linkedin.com/plugins/share
It always seems to display 0 no matter what URL I enter (ie http://linkedin.com or http://salesforce.com)
It has b...
Ginni asked 12/1, 2018 at 1:11
3
Solved
Easily seen in the JSON result from this:
https://www.linkedin.com/countserv/count/share?url=https://www.linkedin.com
Which currently returns:
IN.Tags.Share.handleCount(
{
"count":0,
"fCnt":...
Superfluity asked 16/1, 2018 at 13:20
3
Solved
When I try to share a "discussion" (which is merely a link from our website) at linkedin through the "Attach a link", it used to pull a nice image earlier, but it ceased to do so now.
Is there a m...
Liqueur asked 17/7, 2012 at 9:53
1
Is it normal that LinkedIn's company follow button opens a blank page?
The button comes from a javascript snippet provided by LinkedIn.
I disabled the ad-blocker I use to make sure that isn't the ...
Bield asked 23/1, 2018 at 9:2
2
I get no permissions error when i make the following linkedIn V2 Api call
https://api.linkedin.com/v2/socialActions/{share URN}?oauth2_access_token={access token}
LinkedIn Api Response
{
serviceE...
Danielledaniels asked 24/4, 2017 at 9:34
1
Until this morning, for the last 2 years I experienced no issues with the Linkedin Oauth system I have implemented. I can verify that all the data is still coming through, but suddenly a very stran...
Sextuple asked 4/1, 2018 at 3:40
0
I'm trying to post a link to LinkedIn. Once the link is typed/pasted, a preview appears. This preview is supposed to draw properties such as the thumbnail image, title, description, and URL from Op...
Simplicidentate asked 16/1, 2018 at 4:52
2
So I need to get my company's followers details.
I tried this :
public function getCompanyFollowers($company_id=""){
if(!$company_id)return false;
$params['url'] = "https://api.linkedin.com/v1/...
Jaddo asked 9/6, 2016 at 9:30
1
I am working on that application allow user to connect to linkedin (using javascript). I want to store access token that I got from IN.ENV.auth.oauth_token because I will use it to post to user's t...
Microsporangium asked 22/7, 2015 at 3:42
2
Solved
I'm trying to make sure that when my website is shared the correct meta information is displayed. I thought I had it working but I'm experiencing a few issues on different social websites, as follo...
Degraw asked 22/9, 2017 at 14:52
4
Solved
I have followed the instructions listed here in the 10 minute instructions: guide
And the help from stackoverflow listed here: stackanswer
I still get this error:
Console.log error:
Uncaught E...
Sterigma asked 13/2, 2015 at 18:49
4
Solved
I try to create a MVC4 application with LinkedIn share option with callback option.
i refer my script in my Layout.cshtml with my app id.
<script type="text/javascript" src="//platform.linked...
Trim asked 24/1, 2014 at 6:21
5
Solved
I have access to a company's unique linked in ID and would like to be able to do a search for its job postings; however, the only company-related input for the job-search call is company-name, and ...
Yuma asked 17/2, 2012 at 16:56
2
Today, I noticed that all my API calls making shares to LinkedIn company pages return the following error:
Invalid arguments: {S_412_PRECONDITION_FAILED=Invalid arguments}
I'm using XML format...
Latisha asked 28/9, 2017 at 10:34
4
I'm having an ios App. I'm able to open the linked native app from my ios App using the custom url scheme "linkedin://". But how to post a link to the linkedin native app through my ios App. Do we ...
Necker asked 14/3, 2013 at 10:51
0
I'm trying to troubleshoot an issue regarding the description of our links not displaying on the LinkedIn site, and I've noticed that the og:description tag is not being used. This is also the same...
Verbena asked 26/9, 2017 at 14:34
1
Solved
I fetched all device contacts from phonebook. Now i want to fetch linked accounts(facebook,twitter,instagram,LinkedIn)urls from that particular contact that is fetched from phonebook.What should i ...
Slumlord asked 20/9, 2017 at 6:8
3
Solved
I am integrated LinkedIn successfully using newly released Android Mobile SDK and all done well using Android Studio, but when I generating signed apk is showing the below mentioned error. I heard ...
Rhetor asked 22/4, 2015 at 4:49
3
I'm using OAuth 1.0a for LinkedIn API. Currently, I've already implemented some calls for getting the profile and connections and they all seem to work fine. But for sending a message, the oauth li...
Magnetize asked 5/9, 2013 at 10:41
2
How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script?
Misbegotten asked 23/7, 2011 at 23:23
0
I am unable to obtain a LinkedIn Access Token. My setup is as follows:
I have setup an app on LI with this redirect URL http://localhost:5000/home
I request authorization from LI and get a respon...
Jewelry asked 12/9, 2017 at 0:17
2
Solved
I am creating an app that has the LinkedIn login. I am following this documentation. But when I click on the login button, the app redirected to the LinkedIn app and asking for login. When successf...
Gourmont asked 5/9, 2017 at 18:27
1
Linkedin's API documentation states that the access token granted lasts for 60 days, but in some cases I've seen it expire within a day. Once we drive the user through the authentication process to...
Fluker asked 6/9, 2017 at 18:52
2
I am trying to integrate Log In With LinkedIn on my android app. While looking through the developer documentation, I came across this : "The Mobile SDK for Android requires the official LinkedIn A...
Hunker asked 8/10, 2015 at 5:43
4
Solved
I want to include a "Sign Up using LinkedIn" feature in my app.
I'd like to be able to get some information, such as name and email.
By default I am able to get a name, but I'm stuck on getting t...
Ashjian asked 17/4, 2014 at 2:3
© 2022 - 2024 — McMap. All rights reserved.