Skip to content

Commit

Permalink
Merge pull request scribejava#296 from MarcinOS/linkedin-integration
Browse files Browse the repository at this point in the history
LinkedIn authorize URL changed
  • Loading branch information
fernandezpablo85 committed Sep 13, 2012
2 parents 517d3f6 + d1a7b47 commit 422fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scribe/builder/api/LinkedInApi.java
Expand Up @@ -4,7 +4,7 @@

public class LinkedInApi extends DefaultApi10a
{
private static final String AUTHORIZE_URL = "https://api.linkedin.com/uas/oauth/authorize?oauth_token=%s";
private static final String AUTHORIZE_URL = "https://api.linkedin.com/uas/oauth/authenticate?oauth_token=%s";

@Override
public String getAccessTokenEndpoint()
Expand Down

0 comments on commit 422fb2b

Please sign in to comment.