refresh token for linkedin
Hi all I am trying to implement spring social LinkedIn. LinkedIn access token have an expiry time of 60 days. Could someone please help me with how to refresh these tokens. Thanks a lot in advance Neil
View ArticleSpring Social Quickstart
I am working on something that requires you to log in through Facebook. I am unfamiliar with the Spring Framework so I have been looking at the Spring Social Quickstart code which gives the code that...
View ArticleUsing a Facebook token received from a native iOS/ Android client
Hi, We are already successfully using Spring Social Facebook to register/ login users to our web server. We are now developing mobile native apps (iOS/ Android) on top of our web server. In the apps we...
View ArticleOverride methods from ProviderSigninController/ComectController
What I am trying to achieve is first when trying to connect to a service provider if no session is available - create one and second because my client is not a browser but HttpClient I want the...
View ArticleOpen graph publishAction - missing entry in facebook
I use spring social facebook to publish a story using: String id = facebook.openGraphOperations().publishAction("myAc tion", "object",objectURL); After a successful trigger, i could not find the entry...
View ArticleGetting Mutual Friends with Spring Social
I am trying to see my mutual friends on facebook using spring social but for some reason when i load the page nothing prints out other than the header your mutual friends. I can not figure out what I...
View ArticleLinkedIn - submitted-image-url not working
Could someone post a working example of LinkedIn POST to people/~/shares with the submitted-image-url parameter. The updated is getting posted to LinkedIn but without the image. Code snippet - NewShare...
View ArticleIssue with Spring APi while using NetworkOperations to get Cpmy updates
Hi, NetworkUpdateParameters parameters = new NetworkUpdateParameters(null, false, 0, 20, null, null, false, false, Collections.singletonList(UpdateTypeInput.CMPY)); List<LinkedInNetworkUpdate>...
View ArticleHow to use the Facebook Account Api.
So Im attempting to use Account to retrieve A facebooks user name but everytime I run it it throws a lot of errors and my application wont even start. Most of the errors are resulting from Caused by:...
View ArticleSpring Social for Twitter adds RT @username to retweets?
Hi, I noticed that, when I perform a search by a hashtag, the results are a little bit strange. What happens is that retweets have the text altered with a prefix: `RT @username`. First, I'm not sure...
View ArticleFacebook API: Get Place from Post
Hey community, I´ve got a question concerning the spring Facebook API. In Facebook there are the "checkins", that can be retrieved over the Spring Facebook API. But, as I have read, these Checkins are...
View ArticleSupport for Facebook "October 2013 Breaking Changes"
In which release of the spring-social-facebook API does it support the changes that Facebook is releasing in their "October 2013 Breaking Changes"? Thank you.
View ArticleHow to use scores api
I want to user facebook scores api ( https://developers.facebook.com/docs/howtos/scores/ ) but I obviously need user access token which seems a little complicated to get. Is there any way to simply use...
View ArticleHttpMessageNotReadableException on Linkedin Redirect
I am getting an exception when signing in with linkedin (facebook, twitter work fine). I get the following exception when linkedin redirect back to website after authentication. I am not sure what is...
View ArticleLinkedin Api return on nullpointer for email field.
I request the email field from linkedin by passing the cope variable, I can see on linkedin website (when redirected for auth) the application is requesting access to email for which i am requested to...
View ArticleCreating facebook connection from access token
Hello, I'm trying to develop an Android apps that uses native facebook toolkit to authenticate the user. After the user has logged in I've an auth token and I can send it to my server side app to do...
View ArticleCome to SpringOne!
I'll be giving a session on Spring Social at SpringOne this year, including some details on what's new in 1.1.0 and plans going forward. If you haven't made plans to attend yet, then you really should!...
View ArticleFacebook: How to get latest album images
Hi there, how to use TwitterTemplate to get the last 4 images added by a specific page? This is how to get the last one in general: http://stackoverflow.com/a/5611317/1163457 But do I really need to...
View ArticleSpring Social and MongoDB
Hi there, I'm trying to use Spring Social with MongoDB, and I found this library that helps with the database connection (https://github.com/CarloMicieli/spring-social-mongo) I'm also following the...
View ArticlePage getExtraData() and getHours() methods
Hello, I have been studying and using Spring Social for some time. I found it very interesting, useful and easy to use. Currently I have a project which has in its main focus the Fb Fan Pages. In the...
View Article