i70ro
i70ro

Reputation: 111

Request Error for Linkedin in Sharekit

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".

Upvotes: 0

Views: 254

Answers (1)

Timothy
Timothy

Reputation: 152

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" 

Upvotes: 1

Related Questions