linkedin

LinkedIn framework still does not contain bitcode

倾然丶 夕夏残阳落幕 提交于 2020-01-13 19:51:08
问题 In the latest version 1.0.6 it says it does, but doesn't: $ otool -l linkedin-sdk | grep '__bitcode' Produces no output. 回答1: Until LinkedIn update their SDK, the only solution is to disable bitcode. Build settings > Enable Bitcode to no. 回答2: LinkedIn recently released v1.0.7 of their iOS SDK, which corrects an earlier issue in v1.0.6 with bitcode support. Note that it is only available on the arm-64 architecture, so the correct command-line test would be otool -arch arm64 -l linkedin-sdk |

LinkedIn Login: Blocked a frame with origin “https://platform.linkedin.com” from accessing a frame with origin

会有一股神秘感。 提交于 2020-01-13 10:34:20
问题 We had Login with LinkedIn code set up and working perfectly with LinkedIn Javascript SDK, where a few days ago we suddenly started to get this: Blocked a frame with origin "https://platform.linkedin.com" from accessing a frame with origin "https://OUR_SITE". Protocols, domains, and ports must match. And login does not complete (it returns from LinkedIn to our page and waits forever). I have no idea why we started to get this error when everything was working perfectly (we haven't changed a

LinkedIn Login: Blocked a frame with origin “https://platform.linkedin.com” from accessing a frame with origin

十年热恋 提交于 2020-01-13 10:33:51
问题 We had Login with LinkedIn code set up and working perfectly with LinkedIn Javascript SDK, where a few days ago we suddenly started to get this: Blocked a frame with origin "https://platform.linkedin.com" from accessing a frame with origin "https://OUR_SITE". Protocols, domains, and ports must match. And login does not complete (it returns from LinkedIn to our page and waits forever). I have no idea why we started to get this error when everything was working perfectly (we haven't changed a

Sign in with Linkedin doesn't trigger callback on iOS Safari when using the JS API

核能气质少年 提交于 2020-01-11 08:19:15
问题 I'm using SignIn with Linkedin on a website, via the JS API. It works fine on the few desktop browsers I've tested (Chrome and FF on Windows, Safari on MacOS), and on a slightly outdated Android Chrome. But it fails on iOS Safari (I use iOS 7). The issue is that on iOS Safari, the callback passed as argument to IN.User.authorize is not executed. The line looks like this: IN.User.authorize(this._getProfileData, this); _getProfileData is executed on the desktop browsers mentioned above and

LinkedIn & Google+ UIActivity View Controller Button?

筅森魡賤 提交于 2020-01-11 07:29:08
问题 I understand that there is a Facebook & Twitter button for the UIActivity View Controller, but I was wandering if there was a service for sharing to Google+ or LinkedIn through the UIActivityViewController? 回答1: There is not one for each available in apple provided types, but you can create your own. You can create an UIActivity class and pass it into the UIActivityViewController to handle sending data to each of the services you are looking to interactive with: DataItemProvider *dataToShare

Currently, calling the connections api with the public-profile-url is causing an internal server error

旧城冷巷雨未停 提交于 2020-01-10 04:05:29
问题 Currently (but not usually), if you call the following url you get an internal server error: https://api.linkedin.com/v1/people/~/connections:(id,headline,picture-url,summary,first-name,last-name,formatted-name,location:(name),industry,positions,num-connections,num-connections-capped,api-standard-profile-request:(url,headers),public-profile-url)?format=json Remove the public-profile-url and call the following url, it works: https://api.linkedin.com/v1/people/~/connections:(id,headline,picture

LinkedIn access to Basic Profile

时光总嘲笑我的痴心妄想 提交于 2020-01-07 09:46:33
问题 We have developed a signup via LinkedIn app. We currently get the default “lite profile” but need access to the “basic profile” We’ve tried reaching out to all parts of LinkedIn but to no avail. The links to the Partner Program Page also seem deprecated. Can someone please share how we can get the upgraded permissions pls? 回答1: To access any of the basic profile fields, your application must request the r_basicprofile member permission. Check out the field names here To access email address

Error: Like/Unlike and Comment using LinkedIn REST Api for iOS

雨燕双飞 提交于 2020-01-06 15:34:30
问题 Like/Unlike and Comment using REST Api for iOS I'm using the following url and pattern for liking a network post. I get the response as "Can not parse JSON is-liked document" . If I make 'is-liked=true' in the url I get the message: "Unknown field {is-liked=true} in resource {Update}" . I don't know what must be wrong. Please help. Here's my code: updateKey= @"UNIU-c1028-5809277741404942336-SHARE"; NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://api.linkedin.com/v1

Error: Like/Unlike and Comment using LinkedIn REST Api for iOS

我们两清 提交于 2020-01-06 15:32:27
问题 Like/Unlike and Comment using REST Api for iOS I'm using the following url and pattern for liking a network post. I get the response as "Can not parse JSON is-liked document" . If I make 'is-liked=true' in the url I get the message: "Unknown field {is-liked=true} in resource {Update}" . I don't know what must be wrong. Please help. Here's my code: updateKey= @"UNIU-c1028-5809277741404942336-SHARE"; NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://api.linkedin.com/v1

Retrieving Linkedin DSC Name via API

霸气de小男生 提交于 2020-01-06 08:33:08
问题 I'm trying to retrieve the "DSC Name" of creatives via the Linkedin API. These are included in the performance report exportable through the Linkedin campaign manager but I can't find any reference to this field in the API documentation. I can retrieve creatives no problem through the adCreativesV2/<creative_id> endpoint and I've tried some projections there as well but nothing seems to return that field. 来源: https://stackoverflow.com/questions/55422121/retrieving-linkedin-dsc-name-via-api