Happyr / LinkedIn-API-client

A library to connect with LinkedIn API. Perfect if you are looking for an API client or SDK for LinkedIn
MIT License
198 stars 97 forks source link

ssl required #154

Closed azamalvi closed 6 years ago

azamalvi commented 6 years ago
Q A
Bug? yes
New Feature? no
Are you using composer? yes
Version Latest

Actual Behavior

What is the actual behavior? In my symfony app when I try to login user with a valid access token I got error "ssl required". If I use without symfony then my $linkedin->isAuthenticated() is false and also there is no error. I already make my localhost to https

Expected Behavior

What is the behavior you expect? User should login without any issue.

Steps to Reproduce

What are the steps to reproduce this bug? Please add code examples, screenshots or links to GitHub repositories that reproduce the problem.

Possible Solutions

If you have already ideas how to solve the issue, add them here. (remove this section if not needed)