Skip to content

Commit

Permalink
Try to change linkedin urls to make login work
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBach committed Jun 16, 2017
1 parent 6d49f4f commit 8025bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/linked_in/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def initialize
@api = "https://api.linkedin.com"
@api_version = "/v1"
@site = "https://www.linkedin.com"
@token_url = "/uas/oauth2/accessToken"
@authorize_url = "/uas/oauth2/authorization"
@token_url = "/oauth/v2/accessToken"
@authorize_url = "/oauth/v2/authorization"
end
end
end

0 comments on commit 8025bea

Please sign in to comment.