linkedin

LinkedIn verify user auth token server side

被刻印的时光 ゝ 提交于 2019-12-09 09:46:44
问题 after 1 day of research, I've ended with the following issue. I'm building an web app with ember.js and currently I'm implementing LinkedIn login, using linkedin javascript sdk. The problem that I have is that after I recieve user information (token, email, first name and etc) I need to verify this token on server side in order to grand session. Unfortunately, the documentation is not very clear for me. I can access token ( or kind of a token ) using IN.ENV.auth, but when I try to validate

Get more details on Linkedin share api 500 Internal Service Error

梦想与她 提交于 2019-12-09 07:06:49
问题 I am posting here because of LinkedIn has no api support. We continue to receive an error for certain token's when using the share api. Our code has not changed and these users have successfully utilized the api in the past. { "errorCode" : 0, "message" : "Internal service error", "requestId" : "AC4KMS1HP3", "status" : 500, "timestamp" : 1521427562451 } How can we get more information / details about this error? UPDATE I was able to get a generic response from LinkedIn, using the cases, at

Linkedin sharing urls / not parsing open graph

半世苍凉 提交于 2019-12-08 22:36:50
问题 The Linkedin documentation can be found here As it says, it needs: og:title og:description og:image og:url Here is an example of my wordpress blog source code that for simplicity I use Jetpack plug-in: <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Starbucks Netherlands Intel" /> <meta property="og:url" content="http://lorentzos.com/starbucks-netherlands-intel/" /> <meta property="og:description" content="Today I had some free

Is there a way to access LinkedIn API without a user

故事扮演 提交于 2019-12-08 19:24:58
问题 I'm building an application that gets data from LinkedIn using the REST API. When my user has a LinkedIn account, I use OAuth to authenticate and access the data on the user's behalf. My problem is when the user doesn't have LinkedIn account. In such a case, I'd like to fallback to anonymous access and get very basic (and public) information from LinkedIn. I saw in some other questions and discussions that in general, LinkedIn does not permit anonymous access to its API, but I also saw some

Unknown authentication scheme on LinkedIn API

懵懂的女人 提交于 2019-12-08 17:11:37
问题 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 library throws an exception with the following: { "errorCode": 0, "message": "Unknown authentication scheme", "requestId": "I2Y0MFJ8ME", "status": 401, "timestamp": 1378376573339 } I'm using PHP PECL OAuth. I'm initializing the $oauth object like this: $oauth = new OAuth(API_KEY, API_SECRET, OAUTH_SIG

LinkedIn doesn't fetch metadata when sharing website

拥有回忆 提交于 2019-12-08 15:16:53
问题 I'm having issues with sharing a website I'm working on on LinkedIn: LinkedIn doesn't fetch any data from the page. The site's metadata follows the recommendations in their docs. I tried all these suggestions. In addition, I investigated the following: Serving content over HTTP instead of HTTPS, but a lot of other sites served over HTTPS, such as https://stripe.com/no and https://www.facebook.com/, work perfectly fine. Posting as a company page. This didn't make any difference, other than

LinkedIn Oauth scope issue with PHP library

╄→гoц情女王★ 提交于 2019-12-08 14:22:09
问题 I have been trying to implement the new scope features that were recently added to the LinkedIn API. I am currently using the "simple-linkedinphp" library for as my LinkedIn oauth lib (http://code.google.com/p/simple-linkedinphp/ ). Following the directions on the LinkedIn docs, I added the "scope" param to my request token URL as such: const _URL_REQUEST = 'https://api.linkedin.com/uas/oauth/requestToken?scope=r_basicprofile+r_emailaddress'; However, this had little effect. I still get the

Getting LinkedIn connections using NodeJs+PassportJS+Request

自古美人都是妖i 提交于 2019-12-08 13:24:35
问题 I'm creating a webapp which requires to connect via Linkedin, I'm using PassportJS to manage the OAuth login. So I managed to do the login, I can retrieve all the information (username, headline, first name, last name and many other stuff) of the connected user. But now next step, I want to get all the connections of the current user. I have the API url to get all the users, https://api.linkedin.com/v1/people/~/connections?oauth2_access_token=XXXXXXXXXXX Now I'm not sure how to get the oauth2

Load LinkedIn member profile by inserting javascript with Jquery

半世苍凉 提交于 2019-12-08 10:37:56
问题 I am trying to display LinkedIn member profiles by having a user enter in their public profile URL then loading that profile using JQuery. When they enter in www.linked.in/com/in/theirprofile , I am calling this: $(document).ready( function(){ $("#linkedin_field").blur( function(){ $("#profile").html('<script type="IN/MemberProfile" data-id="' + $("#linkedin_field").val() + '" data-format="inline"><\/script>') }); }); This does insert the javascript into the #profile div but it doesn't

Post a message to LinkedIn with Scribe in not working in Android

早过忘川 提交于 2019-12-08 09:48:14
问题 Below is the code to send a post message. On my screen i have an EditText section to allow the user to enter text and when they hit post the sendMessage function is called. I keep getting this in the response. I have also tried URLEncode.encode(payload, "UTF-8") to get an encoded string to add to the body and that did not work. Any insight would be helpful. 04-19 18:24:50.570: D/response(693): <error> 04-19 18:24:50.570: D/response(693): <status>400</status> 04-19 18:24:50.570: D/response(693