Linked Api Logging successfully when i want get network feeds than show in console that operation couldn’t be completed HTTP Error 403
- (RDLinkedInConnectionID *)networkUpdates {
NSLog(@“TOKEN rdOAuthAccessToken … . … … %@”,rdOAuthAccessToken);
NSLog(@“TOKEN rdOAuthRequestToken … . … … %@”,rdOAuthRequestToken);
NSString *updtType = @“type=ANSW”;
updtType = [NSString stringWithFormat:@"%@&type=APPS",updtType];
//updtType = [NSString stringWithFormat:@"%@&type=CMPY",updtType];
// updtType = [NSString stringWithFormat:@"%@&type=CONN",updtType];
updtType = [NSString stringWithFormat:@"%@&type=JOBS",updtType];
updtType = [NSString stringWithFormat:@"%@&type=JGRP",updtType];
updtType = [NSString stringWithFormat:@"%@&type=PICT",updtType];
updtType = [NSString stringWithFormat:@"%@&type=PRFX",updtType];
//updtType = [NSString stringWithFormat:@"%@&type=RECU",updtType];
updtType = [NSString stringWithFormat:@"%@&type=PRFU",updtType];
updtType = [NSString stringWithFormat:@"%@&type=QSTN",updtType];
updtType = [NSString stringWithFormat:@"%@&type=SHAR",updtType];
//updtType = [NSString stringWithFormat:@"%@&type=VIRL",updtType];
updtType = [NSString stringWithFormat:@"%@&count=20",updtType];
NSURL* url = [NSURL URLWithString:[kAPIBaseURL stringByAppendingFormat:@"/v1/people/~/network/updates?%@",
[updtType stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]];
NSLog(@“url…%@”,url);
return [self sendAPIRequestWithURL:url HTTPMethod:@“GET” body:nil];
}
Please gone through that .we have already used this method .The method is called Successfully But console that operation couldn’t be completed HTTP Error 403 .
PLEASE Reply me
[import]uid: 167060 topic_id: 30412 reply_id: 330412[/import]