Hi.
I've found following problem, when my facebook account has link to some employer and this employer has city/town property then method:
fails with following exception:Code:factory.createConnection(accessToken);
Actually I think this is an issue, but right now I'm looking a way to tell deserializer to ignore unknown properties. Please help.Code:Caused by: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "location" (Class org.springframework.social.facebook.api.WorkEntry), not marked as ignorable at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@18c3ee9; line: 1, column: 298] (through reference chain: org.springframework.social.facebook.api.WorkEntry["location"])


Reply With Quote
