Hello
My app with spring social facebook was working well and the token expired today, so i tried to re authorize but i now get the error
WARN : org.springframework.web.client.RestTemplate...
Type: Posts; User: prakash0104; Keyword(s):
Hello
My app with spring social facebook was working well and the token expired today, so i tried to re authorize but i now get the error
WARN : org.springframework.web.client.RestTemplate...
thanks for the quick reply,
i have creaTed a bug issues:
https://jira.springsource.org/browse/SOCIALTW-37
yes i do have Apache's HTTP Components in the classpath.
If I had no Apache's HTTP...
Hello,
I have been trying to use spring-social-twitter to post tweets in korean language it works ok
tw.timelineOperations().updateStatus("날짜", details);
...
hello,
any plans for merging the pull request in the github for since/until api parameters. limit/offset seems to be problematic due to facebook privacy filtering.
NB: but the pull request...
thank you for the quick update,,, i have one question,,, when does the maven repository SNAPSHOT get the updated changes?
Sincerely,
Prakash Kadel
Hello,
I am trying to use the spring social facebook, but the feedOperations returns Post that are missing some fields. The one i need is "story" and "story_tag".
id:...
Hello everyone,
I am doing some tests with spring. i have come across some problems.
The thing i am trying to do is use the application context that is used in web in a standalone program.
I...
kind of figured out:
DELETE /connect/{providerId}/{providerUserId}
thanks
thank you, for the reply,
that solved the problem
i have another question. in the online documentation for spring social...
I have been trying to learn spring with the samples.
so i tried to modify the showcase sample to use mysql.
This is what i did in the MainConfig.java. i modified dataSource() function to:
...
Hello,
I have some app requirements, and i want to use spring social for my app. I went through the samples and some of the documentation. It is really confusing for me. Can anyone please make...