linkedin-api

LinkedIn API unable to view _any_ company profile

点点圈 提交于 2019-11-27 14:22:05
I'm trying to figure out how to access any company profile on LinkedIn. For example, the REST endpoint API for LinkedIn itself is: https://api.linkedin.com/v1/companies/1337?format=json with the sample response of: { "id": 1337, "name": "LinkedIn" } However, after authenticating with OAuth2 with rw_company_admin enabled, my app returns: { "errorCode": 0, "message": "Member 206xxxxxx does not have permission to get company 1337", "requestId": "G6LNMCEZO8", "status": 403, "timestamp": 1432358171348 } This worked up until very recently. The documentation does note that "In order to perform any of

LinkedIn V2 api: Not enough permissions to access /me GET

青春壹個敷衍的年華 提交于 2019-11-27 13:37:43
问题 I have been trying to use the linkedin V2 api, but constantly getting error. I created an developer application. Set up redirect url as "https://www.getpostman.com/oauth2/callback" to make request using postman (as per postman documentation). Filled up form to request access token. But everytime I use the token and make a query, I get an error: But I have selected all the default application permissions in my application. Am I missing something? 回答1: The LinkedIn API has been largely closed

How to get LinkedIn r_fullprofile access?

不问归期 提交于 2019-11-27 12:38:29
I am currently developing custom application(company specific) integrated with LinkedIn. I have received data with basic profile access to fetch and fill some fields on my application and now I need full profile permission. But as answered in this question it is not allowed anymore. I see that there are partner programs are there. So I have following questions with me. How to get permission to access full profile data. Do I need to contact them? If so how to contact them. Is there any criterias to be completed ? if so if so criterias should I completed to be eligible. Is it involve any price?

How to add linkedin-sdk to a new android studio project?

拟墨画扇 提交于 2019-11-27 06:19:22
问题 I have downloaded the latest sdk and imported it into android studio as an non-android studio project . I have set up all the hash key and project package name . Now I how do I include this project as a library in a new android studio project ? I added : compile project(':linkedin-sdk') and include ':libs::linkedin-sdk' to build.gradle and settings.gradle files .Yet it tell me to specify the path . Where do i specify the path to the project ? 回答1: After adding the linkedin-sdk to your libs

permission error while making ugc video post on linkedin

最后都变了- 提交于 2019-11-27 03:26:30
问题 I am trying to create video post on linkedin with new ugc endpoint there are two steps to create this type of post 1). Upload video asset on linkedin server (done) 2). make post request to ugc endpoint with request body I have successfully uploaded the video but getting authentication error for ugc post request. error is { "message": "urn:li:developerApplication:<id1> does not have permission to create ugc posts with author: li:member:<id2>", "status": 401 } I am passing the request body as

iOS linkedin authentication

白昼怎懂夜的黑 提交于 2019-11-27 01:22:19
I started developing an app for iOS in Swift. Now I am at the part where I need to create a login system. However we need the LinkedIn information from people. How can I use the OAuth2 API in iOS to achieve this? I already created an app in the LinkedIn developers area, but now I am stuck. I got some advice from someone that I need to use the UIWebView but I have no clue how this works. JAL Integrating LinkedIn Login in a Swift application First, download the LinkedIn iOS SDK . I'll be using the 1.07 stable version for this example. I'll be following the integration guide here . Create a new

iOS linkedin authentication

≯℡__Kan透↙ 提交于 2019-11-26 17:28:55
问题 I started developing an app for iOS in Swift. Now I am at the part where I need to create a login system. However we need the LinkedIn information from people. How can I use the OAuth2 API in iOS to achieve this? I already created an app in the LinkedIn developers area, but now I am stuck. I got some advice from someone that I need to use the UIWebView but I have no clue how this works. 回答1: Integrating LinkedIn Login in a Swift application First, download the LinkedIn iOS SDK. I'll be using

LinkedIn API unable to view _any_ company profile

佐手、 提交于 2019-11-26 16:43:18
问题 I'm trying to figure out how to access any company profile on LinkedIn. For example, the REST endpoint API for LinkedIn itself is: https://api.linkedin.com/v1/companies/1337?format=json with the sample response of: { "id": 1337, "name": "LinkedIn" } However, after authenticating with OAuth2 with rw_company_admin enabled, my app returns: { "errorCode": 0, "message": "Member 206xxxxxx does not have permission to get company 1337", "requestId": "G6LNMCEZO8", "status": 403, "timestamp":

How to get LinkedIn r_fullprofile access?

让人想犯罪 __ 提交于 2019-11-26 15:53:38
问题 I am currently developing custom application(company specific) integrated with LinkedIn. I have received data with basic profile access to fetch and fill some fields on my application and now I need full profile permission. But as answered in this question it is not allowed anymore. I see that there are partner programs are there. So I have following questions with me. How to get permission to access full profile data. Do I need to contact them? If so how to contact them. Is there any