Results 1 to 6 of 6

Thread: LinkedInAdapter.updateStatus() Not Supported Yet

  1. #1
    Join Date
    Jan 2006
    Posts
    9

    Default LinkedInAdapter.updateStatus() Not Supported Yet

    Hi Keith,

    Is there a reason why this method is not implemented yet?

    I implemented it myself and only took a few lines of code. I am more than happy to contribute my implementation.

    Hien

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    No, we've just been focusing on Facebook and Twitter and can only tackle so much at once. Please do submit a pull request and we'll review and merge.

    Thanks,
    Keith
    Keith Donald
    Core Spring Development Team

  3. #3
    Join Date
    Aug 2008
    Location
    odessa.ua
    Posts
    26

    Default

    hluu,

    are you going to share that in M4?

  4. #4
    Join Date
    Oct 2008
    Posts
    26

    Default

    Unfortunately this isn't supported until today!
    If the OP still listens: how did you implement this using just "a few lines of code"? Did you use NetworkUpdateTemplate.createNetworkUpdate()? Because I'm receiving a 405 error using createNetworkUpdate() and it seems that this issues a PUT request while LinkedIn requires a POST request (see post-network-update)

    Did anyone succeed in creating a network update via Spring-Social? (I'm using 1.1.0.M1 with spring-social-linkedin 1.0.0.RC1)

  5. #5
    Join Date
    Aug 2004
    Posts
    1,070

    Default

    Yep, as was mentioned back then, the primary focus was on Twitter and Facebook...the LinkedIn project is only recently getting more attention. So, this never was addressed and apparently the OP never issued a pull request. So...unless someone steps up and submits a pull request, I'll need to address this (ideally before I cut another RC release in a few weeks).

    If you don't mind, could you create an issue for this in Jira (https://jira.springsource.org/browse/SOCIALLI)? Without a Jira issue or a pull request, these kinds of things get lost in the forum over time. I'll be happy to look into it as I ready Spring Social LinkedIn for another RC release.
    Craig Walls
    Spring Social Project Lead

  6. #6
    Join Date
    Oct 2008
    Posts
    26

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •