Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artificial limitation of the requests for LinkedinSwiftHelper #29

Open
skyylex opened this issue Sep 6, 2017 · 1 comment
Open

Artificial limitation of the requests for LinkedinSwiftHelper #29

skyylex opened this issue Sep 6, 2017 · 1 comment

Comments

@skyylex
Copy link

skyylex commented Sep 6, 2017

Hello,

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

https://developer.linkedin.com/docs/share-on-linkedin

Anyway, thanks for maintaining LinkedinSwift!

@tonyli508
Copy link
Owner

The main reason for this limitation is I don't have that much time for support all type of requests.

You can fork and modify this behaviour in your favour, and PRs are very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants