Search:

Type: Posts; User: mattupstate; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Nice to hear there's some desire for Foursquare....

    Nice to hear there's some desire for Foursquare. At any rate, I wasn't able to look too far into sub-types yet but I will when I get home.

    The single test I setup for this is passing so all is...
  2. I referred to the Jackson mailing list and its a...

    I referred to the Jackson mailing list and its a bit slow going over there. However, per Craigs advice I've come up with the following thus far...

    FoursquareUser...
  3. Thanks for the tip, Craig. I think that will put...

    Thanks for the tip, Craig. I think that will put me in the right direction to solve this. Cheers!
  4. How to setup the Json mixin properly for Foursquare data

    Hi guys,

    I'm trying to figure out the cleanest, simplest way to parse Foursquare data using the mixin technique from the other SaaS modules. Foursquare's envelope looks like this when querying for...
  5. I'd like to hope that Instagram is consistent...

    I'd like to hope that Instagram is consistent with its response codes, but I haven't had the chance to verify them all. I'll try and do the rounds to make sure though.

    Thanks for the in depth...
  6. Ahhh, thanks so much for that explanation. That...

    Ahhh, thanks so much for that explanation. That makes total sense. I'll keep an eye on the Facebook binding for a possible solution.
  7. Possible to denote two environments with @Profile?

    Can an annotated configuration class be applied to more than one profile with @Profile?

    Perhaps such as @Profile({"staging","production"})
  8. Here's the unit test exception I'm getting, by...

    Here's the unit test exception I'm getting, by the way...


    org.springframework.web.client.ResourceAccessException: I/O error: No content to map to Object due to end of input; nested exception is...
  9. Add it to build.gradle? ... compile...

    Add it to build.gradle? ...

    compile ("org.apache.httpcomponents:httpclient:$httpComponentsVersion")
  10. Application exception: DEBUG:...

    Application exception:

    DEBUG: org.springframework.social.instagram.api.impl.AbstractInstagramOperations - URI: https://api.instagram.com/v1/users/self/?access_token=<hiding token for security>...
  11. Having difficulty pinpointing problem with Jackson or RestTemplate

    In my Instagram binding for Spring Social I'm experiencing a strange problem that I can't pin point the culprit of. I feel as if I'm following the 'recipe' for the other bindings but maybe I'm...
  12. Full stack trace below. I'm not going to bother...

    Full stack trace below. I'm not going to bother posting everything because its all on Github. This error is common throughout all my tests.

    ...
  13. Having difficulty finding culprit of ResourceAccessException in RestTemplate

    I'm working on an Instagram binding for Spring Social over at https://github.com/mattupstate/spring-social

    I'm getting a ResourceAccessException during my tests and just can't understand why its...
  14. Replies
    2
    Views
    702

    Awesome. Sounds great, Keith.

    Awesome. Sounds great, Keith.
  15. Replies
    2
    Views
    702

    Pre signup connect question

    I'd like to be able to grab some info about a user from the provider they're trying to sign in with before they are redirected to the signupUrl. It'd be nice to prepopulate the signup form fields...
  16. Replies
    2
    Views
    2,201

    Man, do I feel stupid now. Thanks for that. I'll...

    Man, do I feel stupid now. Thanks for that. I'll chalk that one up to relying to heavily on auto imports from Eclipse!
  17. Replies
    2
    Views
    2,201

    Weird Jackson error

    I forked spring-social to work on an Instagram binding and I've come across an error that I can't, for the life of me, figure out. It can be observed when running the tests. I'm by no means a Java or...
  18. Awesome. Thanks for the update Keith. Looking...

    Awesome. Thanks for the update Keith. Looking forward to the new milestone release!
  19. Curious about ServiceProviderConnectionFactory

    Nice to see the refactoring happening. Will there be (or are there) implementations for the supported providers eventually? Or is it meant that we implement our own connection factories?
  20. Replies
    4
    Views
    1,132

    Broken build?

    Anyone notice the Greenhouse project doesn't run locally anymore?
  21. Thanks for the update.

    Thanks for the update.
  22. So, on another note. I was using the Greenhouse...

    So, on another note. I was using the Greenhouse project (http://git.springsource.org/greenhouse) as a starting point for my project and now the Greenhouse project gets the same exact errors. Must be...
  23. Tried deploying the war file to a standalone...

    Tried deploying the war file to a standalone Tomcat install on my VM and got the same here. Here is the list of jars in my /WEB-INF/lib folder...



    -rw-r--r-- 1 mattwright staff 62983 Apr ...
  24. My project doesn't use modules. Ran 'clean...

    My project doesn't use modules. Ran 'clean install'...no luck. Cleared out my entire local Maven repo just in case as well and ran another 'clean install'...no luck. There aren't any jars in my...
  25. Bean initialization failure...worked fine yesterday, not today

    Quite strange, I wasn't experiencing any problems yesterday and today I came into work and ran 'mvn tomcat:run' and now I'm getting bean initialization failures. Any ideas? Maybe I just haven't had...
Results 1 to 25 of 32
Page 1 of 2 1 2