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
Type: Posts; User: tmm; Keyword(s):
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
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...
Cool, it is of course fine to include on the community project list!
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...
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!
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...
Ok, ignore that.. :rolleyes:
Accidentally pasted my app key as both the key and secret..
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...
ahh excellent - there is no javadoc showing up for the method in my ide, but i saw the code on github.
Thanks!
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...
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.
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...
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...
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...
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...
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...
Perfect. Thanks, I have added Springs declarative caching with ehcache to fetch the data more regularyly.
Thanks again.
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...
Perfect thanks, that makes a lot of sense.
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...
Perfect, that got past that problem. Thanks.
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...
Ok, I think I have found the problem. The stack trace states the cause is:
Caused by: java.lang.NoSuchMethodError:...
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...
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...