Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    330

    Great - we are of course happy for you to tweet...

    Great - we are of course happy for you to tweet about the site (we are always happy with more promotion!)

    I will post here to let you know once we have some articles written up! :D
  2. Replies
    3
    Views
    330

    A Thanks and a blatant plug!

    Hey guys,

    first of all I wanted to say good work and thanks for the effort on the spring social project, I have really enjoyed developing with it - It's great to see Spring keeping on top of so...
  3. Replies
    3
    Views
    334

    Cool, it is of course fine to include on the...

    Cool, it is of course fine to include on the community project list!
  4. Replies
    3
    Views
    334

    GeekList Implementation

    Hey guys,

    not sure if it will be of interest but I have started working on a Spring-Social implementation for the GeekList API - It has basic functionality including the OAuth process and then...
  5. Ok, on further reading (here...

    Ok, on further reading (here) it seems like the response is being GZipped - can someone advise how to use a MessageConverted to decompress the response?

    Thanks!
  6. How to retrieve specific error message from REST request

    Hello,

    I am working on a StackOverflow integration with Spring Social - I have been able to complete the oauth dance and store the access token, however, when I then try to send a request to their...
  7. Replies
    2
    Views
    750

    Ok, ignore that.. :rolleyes: Accidentally...

    Ok, ignore that.. :rolleyes:


    Accidentally pasted my app key as both the key and secret..
  8. Replies
    2
    Views
    750

    Sudden problem with GitHub authentication

    Hello,

    I have had a SprngSocial app working and integrating with GitHub fine, however, today when I attempted to connect to GitHub with a new user, I get the following error:



    2012-05-08...
  9. Replies
    2
    Views
    422

    ahh excellent - there is no javadoc showing up...

    ahh excellent - there is no javadoc showing up for the method in my ide, but i saw the code on github.

    Thanks!
  10. Replies
    2
    Views
    422

    Facebook Post Status - 403 error

    Hello,

    I am attempting to use the Facebook integration with Spring Social.

    I have setup the standard configuration and have authorised my app to use my facebook account using the...
  11. Thanks for highlighting that! That makes the...

    Thanks for highlighting that!

    That makes the linkedIn integration simpler.. Its not really essential to include that stuff in the public profile so I will just do that.

    Thanks.
  12. Displaying User's social data to other/anonymous users

    Hello,

    I am creating a web app which will allow users to have public profiles, and in building their profiles they will be able to pull down data from LinkedIn etc.

    If another user navigates to...
  13. Replies
    2
    Views
    257

    Thanks - I will try and capture that info. Any...

    Thanks - I will try and capture that info. Any suggestions on how to capture it? so far I have just been debugging and walking through the variables in scope in Eclipse, but thats prob not the best...
  14. Replies
    2
    Views
    257

    StackOverflow Integration problems

    Hello,

    I am attempting to implement a StackOverflow integration for Spring-Social for a project I am working on.

    Having read the SO docs, they say they use the OAuth2 approach as based on...
  15. Replies
    1
    Views
    772

    Ok, I misread the details I just included! the...

    Ok, I misread the details I just included!

    the redirect_uri was being provided by SpringSocial connection, but I had not spotted this bit: "If provided, the redirect URL must match the callback...
  16. Replies
    1
    Views
    772

    GitHub Callback URL

    Hi,

    I am trying to connect to GitHub using the Spring Social GitHub project but I am having difficulties with the callback URL.

    When I register my application on Github I have to provide a main...
  17. Replies
    2
    Views
    256

    Perfect. Thanks, I have added Springs declarative...

    Perfect. Thanks, I have added Springs declarative caching with ehcache to fetch the data more regularyly.

    Thanks again.
  18. Replies
    2
    Views
    256

    Accessing Social data

    Hi All,

    this is another, hopefully my last, really simple question, and it relates to best practice using SpringSocial.

    I have setup the LinkedIn integration on a web app that I am developing...
  19. Perfect thanks, that makes a lot of sense.

    Perfect thanks, that makes a lot of sense.
  20. Handling the return callback from (linkedIn) authorisation

    Hi,

    this is probably a really simple question - but I have a button that authorises users on my webapp with LinkedIn. It directs the user to the LinkedIn authorisation page (using the url...
  21. Perfect, that got past that problem. Thanks.

    Perfect, that got past that problem. Thanks.
  22. Ok, have just seen there are more recent builds...

    Ok, have just seen there are more recent builds (if i dont just stick to milestone releases) which have this resolved..

    should i use the 1.1.0.BUILD-SNAPSHOT?

    (also is this the best...
  23. Ok, I think I have found the problem. The stack...

    Ok, I think I have found the problem. The stack trace states the cause is:


    Caused by: java.lang.NoSuchMethodError:...
  24. the new test code i inserted above both compiles...

    the new test code i inserted above both compiles in Eclipse and executes no problem at runtime.. its only once the LinkedInTemplate attempts to call the setInterceptors() method that it throws the...
  25. something strange is definitely happening.. I...

    something strange is definitely happening..

    I just added the following code to an arbitrary part of a controller method that is invoked on loading the home page:

    RestTemplate restTemplate = new...
Results 1 to 25 of 38
Page 1 of 2 1 2