Results 1 to 2 of 2

Thread: Jackson exception on Facebook authentication

  1. #1
    Join Date
    Apr 2010
    Posts
    16

    Default Jackson exception on Facebook authentication

    Hi All,

    I am getting a java.lang.NoSuchMethodError: org.codehaus.jackson.type.JavaType.isMapLikeType() Z during the oauth authentication process for Facebook. My initial investigation suggests its being thrown from AbstractConnect.java when trying to get the providerUserId variable.
    Spring social 1.0.0.RC1 is what I am using.

    Thanks.

  2. #2
    Join Date
    Apr 2010
    Posts
    16

    Default

    Got it working. There was an older version of Jackson which was causing the issue.

Posting Permissions

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