标签: ios linkedin sharekit
我使用ShareKit在我的IOS应用程序中集成了LinkedIn。每当我尝试从应用程序共享任何图像时,它会发出警告“请求错误 - 从LinkedIn请求授权存在问题”。
答案 0 :(得分:1)
迟到总比不上......
您需要更改SHKLinkedIn.m中的第37行以请求正确的新权限,因为ShareKit目前使用的rw_nus不再有效:
SHKLinkedIn.m
rw_nus
#define SHKLinkedInRequiredScope @"w_share"