linkedin

Ad Targeting - Find Entities by URNs API ClassCastException error message

冷暖自知 提交于 2020-01-06 06:00:08
问题 I have some problem with the "Find Entities by URNs" API in order to retrieve the metadata and value information for a collection of URNs. If I use the URL described in the doc (Sample request) with a valid access token: https://api.linkedin.com/v2/adTargetingEntities?q=urns&urns=List(urn%3Ali%3AfieldOfStudy%3A100990,urn%3Ali%3Aorganization%3A1035,urn%3Ali%3Aseniority%3A9)&locale=(language:en,country:US)&oauth2_access_token=<a-valid-token> I receive the message: { "serviceErrorCode": 0,

share data to LinkedIn User’s Profile for status update

丶灬走出姿态 提交于 2020-01-06 01:01:10
问题 I am working on a program which share data to LinkedIn User’s Profile. I am using Delphi XE2, OAuth and LinkedIn API for the same. I am able to Access token. But I am getting error on when trying to. I am using OAuth for Delphi. For SSL I am using, TIdSSLIOHandlerSOcketOpenSSL with method sslvSSLv3. I am trying to post the following: I am posting (https://api.linkedin.com/v1/people/~/shares)as Url and ('; hiSir anyone ) as Xml. And my Idhttp Custom header*** ('oauth_consumer_key='+xxxxxxxxxxx

LinkedIn, 401, Unable to verify access token

南笙酒味 提交于 2020-01-05 04:31:25
问题 I used this guide to built a showcase - sign in with LinkedIn into a specific site. Everything worked perfectly until I demonstarted it in front of a wide audience and it broke down :-( It was a great FAIL and I want to know why. Here is what I do: 1.On the sign in page the user may click a Sign in with LinkedIn button and is redirected to similar link: https://www.linkedin.com/oauth/v2/authorization?redirect_uri=[my_callback]&client_id=[my_client_id]&response_type=code&state=[securely_random

How to unauthorize/revoke LinkedIn token in my application

旧城冷巷雨未停 提交于 2020-01-05 03:33:16
问题 I have a grails application in which I want a user to grant me access to his/her LinkedIn account to get information and show it in different ways. I was able to do the following: Get the authorization code Use that authorization code to get the Access Token I store that Access Token together with the expiration date in my User entity. Refresh that Access Token when the expiration date is within X days from today. Now the issue I'm having is that I would like the user to revoke or invalidate

Unable to get Linkedin auth to work with django-social-auth

末鹿安然 提交于 2020-01-03 19:38:12
问题 I am trying to configure Linkedin auth on my Django website. I use django-social-auth I follow the steps mentioned in the Docs. I have been stuck on this for quite some time. My settings.py INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'social_auth', 'mytests' ) AUTHENTICATION_BACKENDS = ( 'social_auth.backends.contrib.linkedin.LinkedinBackend', 'django.contrib.auth.backends.ModelBackend',)

LInkedIn oAuth2 request token 400 Bad Request

℡╲_俬逩灬. 提交于 2020-01-03 16:22:48
问题 I am fighting second day with LinkedIN API , each time I am trying to get a token , I am getting 400 Bad Request. Here is my code , maybe someone can help with this ? public void RequestAuthentication(System.Web.HttpContextBase context, System.Uri returnUrl) { string url = String.Format("https://www.linkedin.com/uas/oauth2/authorization?response_type=code" + "&client_id={0}" + "&scope={1}" + "&state={3}" + "&redirect_uri={2}",this._consumerKey,_scope,HttpUtility.UrlEncode(returnUrl.ToString()

LinkedIn API Field Selectors

让人想犯罪 __ 提交于 2020-01-03 15:35:42
问题 I started reading and testing LinkedIn's API recently and i am having problems when using field selectors My goal is to use the API to fetch information about people, like its first-name,last-name,current-company and title for example. By default,the people-search api returns only id,first-name and last-name . I've read that,i can use some field-selectors to refine the result, but my question is, how do i use the field selectors with the parameters i want them to match aswell. I've tried :

LinkedIn API Field Selectors

折月煮酒 提交于 2020-01-03 15:35:07
问题 I started reading and testing LinkedIn's API recently and i am having problems when using field selectors My goal is to use the API to fetch information about people, like its first-name,last-name,current-company and title for example. By default,the people-search api returns only id,first-name and last-name . I've read that,i can use some field-selectors to refine the result, but my question is, how do i use the field selectors with the parameters i want them to match aswell. I've tried :

Linkedin API Error Invalid Signature in iPhone Starter Kit

↘锁芯ラ 提交于 2020-01-03 06:41:07
问题 I've tried to run the OAuthStarterKit xcode project out of the box, entered the correct api key/secret and oauth user token/secret. When I get to authorizing with this code: OAMutableURLRequest *request = [[[OAMutableURLRequest alloc] initWithURL:requestTokenURL consumer: self.consumer token: self.requestToken callback:linkedInCallbackURL signatureProvider:sha] autorelease]; It returns the error "signature_invalid", which seems to indicate an incorrect signature. the clear text and secret

temporarily_unavailable on linkedin servers

北慕城南 提交于 2020-01-03 05:47:14
问题 I am new to work with linkedin programming and try to get some user data, however I can't get further than https://www.linkedin.com/uas/oauth2/accessToken where I get this response the whole time: {"error":"temporarily_unavailable","error_description":"the authorization server is currently unable to handle the request : RestException{_response=RestResponse[headers={X-LinkedIn-Error-Response=true, Content-Length=6936, X-Restli-Protocol-Version=1.0.0, Server=Jetty(8.1.8.v20121106)},status=404