linkedin

Linkedin - iOS - Detect user cancel login

只愿长相守 提交于 2019-12-23 04:40:08
问题 I have the linked in OAuthStarterKit running and working (the web view is slow!) the basic view comes with some basic code for detecting when the popup webview is closed (see the following function). The problem is, it can't detect when the user clicks the cancel button when they are presented with a Linkedin sign-in page. url: https://www.linkedin.com/uas/oauth/www.core.me . How would I go about filtering the 'canceled' page? Filtering/closing code - (BOOL)webView:(UIWebView*)webView

LinkedIn OAuth a required parameter “clien_id” is missing

核能气质少年 提交于 2019-12-22 07:21:53
问题 Hi guys i'm working with the LinkedIn API and trying to make request but when I try to get my accesstoken i'm getting the following error in my json print: Array ( [error] => missing_parameter [error_description] => A required parameter "client_id" is missing ) this is my code: <?php $url = parse_url("https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"); parse_str($url['query'], $url); $code = $url['code']; $data = array("grant_type" => "authorization_code", "code" => $code, "redirect_uri" =>

LinkedIn OAuth a required parameter “clien_id” is missing

泄露秘密 提交于 2019-12-22 07:21:06
问题 Hi guys i'm working with the LinkedIn API and trying to make request but when I try to get my accesstoken i'm getting the following error in my json print: Array ( [error] => missing_parameter [error_description] => A required parameter "client_id" is missing ) this is my code: <?php $url = parse_url("https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"); parse_str($url['query'], $url); $code = $url['code']; $data = array("grant_type" => "authorization_code", "code" => $code, "redirect_uri" =>

Intermittently receiving 999 Request Denied from the LinkedIn API. What does reason code 1,2,1 refer to

强颜欢笑 提交于 2019-12-22 05:58:52
问题 Intermittently, over the past two days, two different LinkedIn "apps" have started to receive 999 Request Denied errors. Along with this, I receive: "reason-code=1,2,1" as a header. Specifically, this has been captured from the 3rd step of the oAuth process (communicating with https://www.linkedin.com/uas/oauth2/accessToken) - however making POST requests to the sharing endpoint also fails, but I've not yet captured the HTTP response code and data for those failures. These two apps are the

How does LinkedIn know or keep track of where I embedded its widget?

扶醉桌前 提交于 2019-12-22 00:59:42
问题 When you try to integrate with LinkedIn's Apply Now button, you first sign up for an API key. The form asks you to enter the Javascript Domain API, which is the Fully-qualified domain name of all pages that will call the JavaScript API with this key. In return, it produces an API key and some HTML code for you which you can copy n paste to your web page and get started. This is the code their wizard produced: <script src="http://platform.linkedin.com/in.js" type="text/javascript"> api_key:

OpenGraph meta for facebook, linkedin and twitter

折月煮酒 提交于 2019-12-21 21:41:41
问题 I'm trying to make sure that when my website is shared the correct meta information is displayed. I thought I had it working but I'm experiencing a few issues on different social websites, as follows: Twitter pulls in the text but doesn't display the specified image. LinkedIn displays text but seems to use the wrong image so it's stretched. Facebook doesn't display anything. If I post the URL, that's all that's displayed as a hyperlink. Originally I just had the meta name="twitter: stuff but

Linkedin show 3 different image when sharing

耗尽温柔 提交于 2019-12-21 19:19:21
问题 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">

Login to LinkedIn by using username and password failed

浪尽此生 提交于 2019-12-21 17:31:43
问题 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

LinkedIn historical-follow-statistics API for current day does not match current follower count

老子叫甜甜 提交于 2019-12-21 06:01:31
问题 Hitting the Historical Follower Count API documented at https://developer.linkedin.com/docs/company-pages#historical_followers URL is: https://api.linkedin.com/v1/companies/{id}/historical-follow-statistics?time-granularity=day&start-timestamp=1501718400000&end-timestamp=1501718400000&format=json Those timestamps are both for today. Response is: [ "_total" => 1, "values" => [ [ "organicFollowerCount" => 932, "paidFollowerCount" => 84, "time" => 1501718400000.0, "totalFollowerCount" => 1016, ]

LinkedIn V2 API permission for reading socialActions and Shares

ε祈祈猫儿з 提交于 2019-12-21 03:58:11
问题 I get no permissions error when i make the following linkedIn V2 Api call https://api.linkedin.com/v2/socialActions/{share URN}?oauth2_access_token={access token} LinkedIn Api Response { serviceErrorCode: 100, message: "Not enough permissions to access /socialActions/{target} GET ", status: 403 } These are the Default application Permissions can someone please help on this. (Need to make this work on V2 api) 回答1: Your API call will return a 403 Forbidden error if you do not have the