linkedin-api

LinkedIn: bug reporting

这一生的挚爱 提交于 2019-12-11 06:24:31
问题 Hi guys @LinkedIn! I have struggled with a bug using your oauth2 authentication. Every time I was trying to "login with LinkedIn" to my site, only via mobile, I would get the authorization server encountered an unexpected condition . Bummer. It took me quite a while to figure out the problem. Apparently my mobile keyboard adds an extra "space" character after my email address. email@email.com_ . It does not trim the email string, and it does not return an "email and password does not match"

How to convert curl call with “-i --upload-file” into PHP?

烂漫一生 提交于 2019-12-11 06:17:49
问题 This call is referenced in step 2 of the docs here I am following the docs to create an image and text share in LinkedIn through the version 2 API. Following the steps in the docs, I completed each step with a successful response. However, my post does not exist in LinkedIn, and cannot be viewed by direct link based on the ID returned by the API request In debuging I made a get request to https://api.linkedin.com/v2/assets/C5622AQFbyxMfU2b9zg. This is to retrieve the media asset (docs here)

Getting S_412_PRECONDITION_FAILED=Invalid arguments error in Linkedin share api

佐手、 提交于 2019-12-11 05:58:22
问题 When try to update status with link in linkedin api i'm getting this error frequently. Example Link : http://www.world-grain.com/articles/news_home/World_Grain_News/2016/06/General_Mills_files_patent_on.aspx?ID={30B4213B-4E10-4AF6-9B56-0D5614D7AFD3}&cck=1 If i remove the { and } from the link it get posted. Even in linkedin site itself its not working. Help me if anyone know the reason. 回答1: I was receiving the same error and the reason was that I didn't send values for all the keys in

Share content to an company page on linkedin using api v2

心已入冬 提交于 2019-12-11 05:22:48
问题 I'm trying to publish some content in a company page on Linkedin using api v2. Reading the docs I've found two ways to share content, using ugcPosts and shares API. I successfuly shared content on a USER page using the ugcPosts. But, I cannot share a content in a COMPANY page using the ugcPosts. It looks like that using shares API I can share content in a company page. But the same documentation says that SharesAPI will be deprecated soon. I have two questions. First, there is a way to post

Linkedin oauth2 r_liteprofile not being returned from api

陌路散爱 提交于 2019-12-11 04:45:34
问题 So I have a rails app and I am using this gem for oauth2. Now on the developer's console on linkedin I can only select r_basicprofile , r_emailaddress , rw_company_admin and w_share . So I have r_basicprofile selected. Now once identified linkedin in pushing the user to http://localhost:3000/auth/linkedin/callback?error=unauthorized_scope_error&error_description=Scope+%26quot%3Br_liteprofile%26quot%3B+is+not+authorized+for+your+application&state

How can i set 'r_fullprofile' access in linkedin developer apps?

天大地大妈咪最大 提交于 2019-12-11 03:24:39
问题 I have applied an API in my application to access linkedin recommendations that requires 'r_fullprofile' access. Before linkdin api upgradation it works fine but now linkedIn apps not giving to set fullprofile access, thats why my application not working. How can i set 'r_fullprofile' access? Thanks in advance. 回答1: Starting from May 12, 2015, Linkedin has limited the open APIs. Access to r_fullprofile requires that you apply for and are granted access to this information from LinkedIn. WHAT

“client_id” is missing when authenticate with LinkedIn

旧巷老猫 提交于 2019-12-11 01:27:34
问题 I'm trying to use oauth2 with LinkedIn, but when callback from LinkedIn, spring boot oauth2 trying to authenticate and failed with "client_id is missing". This is the tutorial that I use to make oauth2 https://www.callicoder.com/spring-boot-security-oauth2-social-login-part-1/ and I want to edit it to work with Linkedin this is my application.yml linkedin: clientId: 77smtc5d5vlp8h clientSecret: ******* redirectUriTemplate: '{baseUrl}/oauth2/callback/{registrationId}' authorization-grant-type:

LinkedIn Company Feed in API v2?

最后都变了- 提交于 2019-12-11 00:05:21
问题 LinkedIn is just changing API and switching from v1 to v2. API v1 offers endpoints for retrieving data from companies (i.e. information about company, company feed etc.): https://developer.linkedin.com/docs/company-pages It looks that there is no such options in API v2? Am I right? LinkedIn informed that in order to "manage company pages" one has to participate in Marketing Developer Program (https://business.linkedin.com/marketing-solutions/marketing-partners/become-a-partner/marketing

specialties field was removed from the LinkedIn API?

风格不统一 提交于 2019-12-10 22:47:51
问题 I'm trying to get the "specialties" field from the LinkedIn API but it returns nothing. So, this field is still avalible? note: I barely use LinkedIn and I'm using my account to develop this app, so, maybe that field is empty. If it's that case, please tell where I can find it. Basic Profile Fields 回答1: The specialties field has been removed from the API as stated here, but the API docs haven't been updated. In my case, I can see the previous content of that field added to the summary field

Share On LinkedIn Description field not displayed in new UI

帅比萌擦擦* 提交于 2019-12-10 18:22:29
问题 Posts made via the Share on LinkedIn API for users on the new user interface appear on their accounts with at most: a user message/comment, image, title, and link domain. However, the documentation on the Share on LinkedIn API (https://developer.linkedin.com/docs/share-on-linkedin) describes that the request body can also contain a "description" field with text up to 256 characters. When the description and all the post fields are provided explicitly to the API (as in the example in the