linkedin

Linkedin Oauth2 Client Credentials grant type

爱⌒轻易说出口 提交于 2020-08-22 06:18:40
问题 Asking the question here as the linkedin help forum directed to post things related to API on stackoverflow. I am developing a feature on our org website to show the top 5 company page feeds setup in linkedin. Ive already setup the required access in developer.linkedin and the whole flow works in the developer.linkedin REST console to fetch the feed. I am currently recieving this error when i try from my machine to fetch the auth token with a valid client id and secret created. https://www

Why is LinkedIn API returning “999: request failed” message?

折月煮酒 提交于 2020-08-07 05:32:16
问题 I have been using the LinkedIn API without trouble for a while and suddenly today calls that used to work started failing. The API returns an HTML page titled "999: request failed". The body of the page says "Sorry, we are unable to serve your request at this time due to unusual traffic from your network connection." What does LinkedIn mean by "unusual activity"? Has LinkedIn implemented limits to the number of calls my application can make in a day? If so, what are they? Or, are they

Underlying connection was closed with linkedin

人盡茶涼 提交于 2020-08-02 22:02:01
问题 We have an application running with .Net Framework 4.6.1 that access to Linkedin calling to the endpoint: https://www.linkedin.com/oauth/v2/accessToken It was working until past 2020/07/14 after that it started failing in all of our environments with the following error: An error occurred while sending the request.The underlying connection was closed: An unexpected error >occurred on a send.Unable to read data from the transport connection: An existing connection was forcibly >closed by the

LinkedIn API error of redirect uri from httr

别来无恙 提交于 2020-07-23 06:54:06
问题 I'm trying to access LinkedIn's API using R and the httr package. When I execute the last oauth2.0_token() function, in order to gain an authorization token, I get the following error from LinkedIn: "The redirect_uri does not match the registered value" . I've set my redirected url on the LinkedIn Developer site to http://my_app_54321 Does anyone know what the solution is? # Packages library(httr) # Client info clientid <- "my_id" secret <- "my_secret" # App app <- oauth_app(appname = "app

LinkedIn API error of redirect uri from httr

若如初见. 提交于 2020-07-23 06:53:06
问题 I'm trying to access LinkedIn's API using R and the httr package. When I execute the last oauth2.0_token() function, in order to gain an authorization token, I get the following error from LinkedIn: "The redirect_uri does not match the registered value" . I've set my redirected url on the LinkedIn Developer site to http://my_app_54321 Does anyone know what the solution is? # Packages library(httr) # Client info clientid <- "my_id" secret <- "my_secret" # App app <- oauth_app(appname = "app

LinkedIn API error of redirect uri from httr

五迷三道 提交于 2020-07-23 06:52:32
问题 I'm trying to access LinkedIn's API using R and the httr package. When I execute the last oauth2.0_token() function, in order to gain an authorization token, I get the following error from LinkedIn: "The redirect_uri does not match the registered value" . I've set my redirected url on the LinkedIn Developer site to http://my_app_54321 Does anyone know what the solution is? # Packages library(httr) # Client info clientid <- "my_id" secret <- "my_secret" # App app <- oauth_app(appname = "app