Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ian Bennett 8 posts 27 karma points
    May 16, 2016 @ 12:10
    Ian Bennett
    0

    LinkedIn API change

    Hi, LinkedIn have changed their API and use 'wshare' instead of 'rwnus' in the sharing permissions

    https://developer.linkedin.com/support/developer-program-transition

    Any chance you could create a new build with this amend? I have just made the amend locally and it works fine but would be helpful for others who want to use uShare

    Many thanks

  • Hugo Correia 1 post 71 karma points
    May 18, 2016 @ 11:33
    Hugo Correia
    0

    I'm facing exactly the same issue.

    "http://mydomain/appplugins/ushare/usharelinkedin.aspx?error=invalidscope&errordescription=Your+application+has+not+been+authorized+for+the+scope+%22rwnus%22

    Unexpected OAuth authorization response received with callback and client state that does not match an expected value. "

    Would you please update that scope variable?

    Thanks

  • J 445 posts 862 karma points
    May 24, 2016 @ 09:41
    J
    0

    What/where did you make this change?

    I currently receive "invalid redirect_uri. This value must match a URL registered with the API Key". My callback URL is set to http://www.site.com/umbraco/plugins/ushare/uShareLinkedin.aspx

    uShare config:

    <add key="LinkedInAuthorizeEndpoint" value="https://www.linkedin.com/uas/oauth2/authorization" />
    <add key="LinkedInAccessTokenEndpoint" value="https://www.linkedin.com/uas/oauth2/accessToken" />
    <add key="LinkedInClientApiKey" value="123" />
    <add key="LinkedInClientSecret" value="abc" />
    
  • John 6 posts 30 karma points
    May 24, 2016 @ 11:02
    John
    0

    Hi Ian,

    Would you be interested in submitting a pull request for the change if you have resolved the issue already?

    John

  • Ian Bennett 8 posts 27 karma points
    May 24, 2016 @ 11:22
    Ian Bennett
    0

    Hi, I fixed the issue but it wasn't really satisfactory. The build script included in the project required dependancies that I didn't have so I had to upload a few separate dll's that couldn't be combined. That was why I wanted the original author to rebuild

    If you download the project, just do a find and replace and build each project seperately and uses the 4 or 5 dll's required

    Hope that helps

Please Sign in or register to post replies

Write your reply to:

Draft