linkedin

LinkedIn API 2 and VanityName from r_basicprofile

↘锁芯ラ 提交于 2019-12-04 17:16:36
LinkedIn recently updated their API and now I unable to get public user profile url(by VanityName ) during OAuth2 authentication phase. Looks like r_basicprofile is not available anymore. Is there any chance to get this url and if so, could you please describe how? According to the following LinkedIn documentation Find Profile by VanityName API The use of this API is restricted to those developers approved by LinkedIn and subject to applicable data restrictions in their agreements. But there is no any information how to apply to this API. How to apply to this API and get the appropriate

Create direct url to LinkedIn company update

混江龙づ霸主 提交于 2019-12-04 17:10:01
问题 I'm implementing a Compony newsfeed on a website and ran into the following problem. The LinkedIn API doesn't provide a direct URL to a company update. Looking at the LinkedIn site there are direct URL's and they're like this for example: https://www.linkedin.com/company/1441/comments?topic=5849556347070205952&type=U&scope=1441&stype=C&a=5uHW&goback=%2Ebzo_*1_*1_*1_*1_*1_*1_*1_1441 Trying stuff out it seems that the parameters topic, type, scope, stype and a are mandatory for the URL to work.

Linkedin Open Graph Sharing not working

我怕爱的太早我们不能终老 提交于 2019-12-04 16:28:51
I have a page setup for Open Graph Protocol because our app is built upon Angular 1.x now when we share a URL using LinkedIn. Share Popup opens but it does not crawl open graph tags sometimes and sometimes it shows the proper crawl tags it was working fine till last week. here is the image which shows the preview area: Scenario for sharing a link: User comes on our site: www.example.com/event/[EVENT_ID] and clicks share to LinkedIn. Popups opens using: https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/event/0u83s43rf6r/4295028179 where 4295028179 is event id and

Linkedin: Sharing URL Summary not appearing

会有一股神秘感。 提交于 2019-12-04 15:59:12
问题 I'm not sure if this is new behaviour or if it didn't work at all. So I'm using the LinkedIn Customized URL feature, you can look it up here. The URL looks like this: https://www.linkedin.com/shareArticle?mini=true&url=http://developer.linkedin.com&title=LinkedIn%20Developer%20Network&summary=My%20favorite%20developer%20program&source=LinkedIn Once I share the URL the provided summary is not shown in the post preview: So I tried with other services like Youtube, Reddit etc. and all posts do

LinkedIn SDK for objective-c (iphone)

我与影子孤独终老i 提交于 2019-12-04 15:51:57
I want to make an iphone app that can update statues and share linkes on linkedin any one can help me please thanx you have to check for the parameters like consumer and access token etc. https://apigee.com/console/linkedin http://www.whitneyland.com/2011/03/iphone-oauth.html or https://github.com/ResultsDirect/LinkedIn-iPhone 来源: https://stackoverflow.com/questions/3442833/linkedin-sdk-for-objective-c-iphone

Issue with Linkedin integration using socialauth in android

蹲街弑〆低调 提交于 2019-12-04 13:09:08
I had implmented linkedin integartion in my android app using socialauth a year ago. It was working fine till few days back. Now it gives following error: "org.brickred.socialauth.exception.SocialAuthConfigurationException: Application keys are not correct. The server running the application should be same that was registered to get the keys. " Tried using following default keys also. api.linkedin.com.consumer_key = bh82t52rdos6 api.linkedin.com.consumer_secret = zQ1LLrGbhDZ36fH8 Getting same error for keys of app generated previously, default app keys and for fresh created app. Any idea why

LinkedIn API get all employees in company?

十年热恋 提交于 2019-12-04 13:07:53
问题 Is it possible to get a list of all employees in a company? Not only in the current users network. Like this search returns: http://api.linkedin.com/v1/people-search?company-name=Apple This is possible on the main LinkedIn site so i can't see why it wouldn't be in the API? 回答1: You can use the 'company-name' field selector and set the 'current-company' field selector to True in order to retrieve employees in your network: GET http://api.linkedin.com/v1/people-search?company-name=Apple&current

iOS Sharing Image to LinkedIn using UIActivityViewController

不羁的心 提交于 2019-12-04 12:47:50
I'm trying to share image to all possible apps installed in my device. But unfortunately, I'm not able to post image successfully to LinkedIn (already installed and logged in as verified user). LinkedIn is being displayed in list of share actions in UIActivityViewController, when I tap on it, It displays a dialogue with image, which I have added as activity item, but it is not being posted to LinkedIn. Tested successfully for Google+, FB and Twitter. If I share url, then it gets posted to LinkedIn app. Only image is not being posted. I got these lines in Console Log: 2015-05-06 19:27:54.369

IOSLinkedInAPI: Can't share post with the LinkedIn API

萝らか妹 提交于 2019-12-04 12:36:56
I have been using following SDK to perform integration of LinkedIn into iOS and sharing post from iDevices. SDK is available here: https://github.com/jeyben/IOSLinkedInAPI In this code I can't find proper example code but however I had written some code through which post can be shared. Here is my code: In the code I have only single viewcontroller in which I have taken only two buttons, 1) Linked In Account [This button is used to present login controller and gets user successfully logged into the account] 2) Share [Allows user to share content on behalf of logged in user where the request

Example project/tutorial for demonstration of different features of sociallibs in Android

眉间皱痕 提交于 2019-12-04 12:01:10
About sociallib: http://www.androidlibs.com/sociallib.html http://code.google.com/p/sociallib/wiki/AdvancedGuide http://code.google.com/p/sociallib/wiki/SocialLibGuide SocialLib aims to make the development of Social apps much more easier. Currently, Social Lib provides access to the following social networks : Facebook Twitter Google Buzz LinkedIn Now My scenario: I created apps in Twitter, facebook and generated API and secret keys. I tried to follow the guide in the wiki page of SocialLibs. But unfortunately i'm stuck.. I need someone to point to a working source of connection and posting