You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that current of LinkedinSwiftHelper implementation for requestURL has artificial limitation for supported HTTP method and payload data. So only GET requests are supported. Is there any reason for that?
At the moment, I'm trying to implement "https://api.linkedin.com/v1/people/~/shares" request, but it seems that it isn't possible (it needs to be POST and has json in HTTP body).
Hello,
I found that current of
LinkedinSwiftHelper
implementation forrequestURL
has artificial limitation for supported HTTP method and payload data. So only GET requests are supported. Is there any reason for that?At the moment, I'm trying to implement "https://api.linkedin.com/v1/people/~/shares" request, but it seems that it isn't possible (it needs to be POST and has json in HTTP body).
https://developer.linkedin.com/docs/share-on-linkedin
Anyway, thanks for maintaining LinkedinSwift!
The text was updated successfully, but these errors were encountered: