linkedin

LinkedIn full profile details using DotNetOpenAuth in MVC4

折月煮酒 提交于 2019-12-04 11:43:07
问题 My MVC4 application allows login using LinkedIn account. I want to pull all details that are avaible from linkedIn of the logged in User. Currently i have done the following. In My AuthConfig.cs, Dictionary<string, object> linkedInExtraData = new Dictionary<string, object>(); linkedInExtraData.Add("Icon", "../Images/linkedIn.png"); OAuthWebSecurity.RegisterClient( client: new App_Start.LinkedInCustomClient("xxxxxxxxxxxx", "yyyyyyyyyyyyyyy"), displayName: "LinkedIn", extraData:

Can not get access token from LinkedIn app. It is returning null in onActivityResult

笑着哭i 提交于 2019-12-04 10:16:52
I am using linkedIn android sdk to sign in to app but cannot get the access token. void startAutheniticate() { LISessionManager.getInstance(getApplicationContext()).init(this, buildScope(), new AuthListener() { @Override public void onAuthSuccess() { // Saved AccessToken AccessToken accessToken = LISessionManager.getInstance(getApplicationContext()).getSession().getAccessToken(); } @Override public void onAuthError(LIAuthError error) { } }, true); } public static Scope buildScope() { return Scope.build(Scope.R_BASICPROFILE, Scope.R_EMAILADDRESS, Scope.W_SHARE); } @Override protected void

Login to LinkedIn by using username and password failed

落花浮王杯 提交于 2019-12-04 09:55:01
LinkedIn uses oauth to login to its api.There is no way to login to api in server.I tried to use http request to login into linkedin and get oauth_verifier ,but I got response like this We’re sorry, there was a problem with your request. Please make sure you have cookies enabled and try again. Or follow this link to return to the home page. I have analyze the communicate between my browser and server many times,but still could't find why public boolean Login(String user, String pass, String url) { try { DefaultHttpClient httpclient; HttpParams params = new BasicHttpParams(); ConnManagerParams

Linkedin show 3 different image when sharing

孤街浪徒 提交于 2019-12-04 09:20:37
Linkedin show different 3 image when trying to share. Here is then head tags <meta property="og:site_name" content="OkyTalk"> <meta property="og:title" content="OkyTalk "> <meta property="og:type" content="website"> <meta property="og:url" content="https://okytalk.com/teachers/profile/displayProffesional"> <meta property="og:image" content="https://okytalk.com/media/okytalk/img/share.jpg"> <meta property="og:image:type" content="image/jpeg"> <meta property="og:image:width" content="470"> <meta property="og:image:height" content="246"> Any Ideas how to show only one ? Others share(facebook,

access token from linkedin for android application

戏子无情 提交于 2019-12-04 08:48:16
First of all. Is it possible to add linkedin with android application like facebook,twitter ? I have read many of blogs but can't able to implement linkedin in my application. I have reached to the user authorization process for application where user enter his user name and password. but when he enters a 5 digits number come on screen and screen told got to the application home screen. Then fill it and press enter. But question is there how can i move back from browser to my app and where user should put this numerical data . And when & how can i get access token to use data of the user

Linked in verification issue when login to app [closed]

我只是一个虾纸丫 提交于 2019-12-04 08:33:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 months ago . I have an app which allows users to sign in with LinkedIn thought OAuth. We are having a problem with login authentication. It has been successfully worked last days but now they're asking to do the following step: But there is no space to enter the verification code. I think it is an update of LinkedIn. <

LinkedIn Company Feed

自作多情 提交于 2019-12-04 07:39:20
I am the owner and admin of a LinkedIn company page: https://www.linkedin.com/company/{id}/ . I want to connect to LinkedIn and get return a JSON-feed with latest 10 posts on my company wall to display on my website so I touch on the service https://api.linkedin.com/v1/companies/{id}/updates?format=json . The JSON is outputted in linkedin.php . This file is then included in my web page, say index.php . I have registrered an app at https://developer.linkedin.com . I have entered my Client ID and Client Secret in PHP-LinkedIn-SDK available here https://github.com/ashwinks/PHP-LinkedIn-SDK . I

Asp.Net MVC LinkedIn OAuth 2.0 login is failling

做~自己de王妃 提交于 2019-12-04 05:22:32
问题 LinkedIn login has stopped working suddenly with error code error=access_denied , without any change in codebase or package. As per documentation error code access_denied , means user has has declined permission but it's happening even on giving permission and we request only the default information email id. The issue is that the user information returned is always null. Nuget package used is Owin.Security.Providers.LinkedIn : 2.22.0, we tried to update it but it did not fix the issue. For

What LinkedIn API permission am I missing to get organization target name?

£可爱£侵袭症+ 提交于 2019-12-04 05:21:33
问题 Using LinkedIn API v2.0 I'm currently trying to get a list of organisation ids and names for authenticated user that they are administrator of. I'm able to get all organisation ids using: https://api.linkedin.com/v2/organizationalEntityAcls?q=roleAssignee&role=ADMINISTRATOR&start=0&count=100&fields=organizationalTarget&oauth2_access_token={{OAUTH_ACCESS_TOKEN}} but when I add "organizationTarget~" as apart of fields parameter I get an error saying "not enough permissions to access field

Linkedin API access token generation error

淺唱寂寞╮ 提交于 2019-12-04 05:08:43
i am trying to generate access token to collect linkedin data. I followed the instructions provided in the linkedin API documentaion. I created an app in developers page and got the following: Application Details • Company: Fresher • Application Name: xxxxxxxxxx • API Key: 75pcum6zb2cael • Secret Key: xxxxxxxxxxxxxxxx • OAuth User Token: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx • OAuth User Secret: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx Using the API Key i generated the authorization_code with the URL: https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=75pcum6zb2cael&state