-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth1 callback error #1
Comments
Hi! |
Hi, This is the debug output for my app: DEBUG http-8080-9 [e.http.impl.conn.DefaultClientConnection] - Sending request: GET /api/rest/v2?method=vimeo.people.getInfo&format=json HTTP/1.1 I work on newer spring versions |
What is the version of jackson library? |
I use the following versions of org.codehaus.jackson:
I tried to establish vimeo connection in spring-social-quickstart-3.0.x with 1.9.13 and it worked. |
Hi there,
do you still maintain this project? I tried to use spring-social-vimeo in the spring social showcase project. If I try to connect with my Vimeo account, an Exeption is thrown:
WARN : org.springframework.social.connect.web.ConnectController - Exception while handling OAuth1 callback (Could not read JSON: No content to map due to end-of-input
at [Source: org.apache.http.conn.EofSensorInputStream@ff4c09; line: 1, column: 1]; nested exception is com.fasterxml.jackson.data
bind.JsonMappingException: No content to map due to end-of-input
at [Source: org.apache.http.conn.EofSensorInputStream@ff4c09; line: 1, column: 1]). Redirecting to vimeo connection status page.
Can you help me find and/or resolve the problem?
Thanks
Klaus
The text was updated successfully, but these errors were encountered: