I have integrated LinkedIn in my IOS application using ShareKit. Whenever i try to share any images from the application it gives an alert saying "REQUEST ERROR - There was a problem requesting Authorization from LinkedIn".
Better late than never...
You need to change line 37 in SHKLinkedIn.m
to request the proper new permissions, as ShareKit's current usage of rw_nus
is no longer valid:
#define SHKLinkedInRequiredScope @"w_share"