in case anyone is interested, I started a dropbox integration here:
https://github.com/vbfischer/spring-social-dropbox
Doesn't do much other than authentication and retrieving profile, but its a...
Type: Posts; User: vbfischer; Keyword(s):
in case anyone is interested, I started a dropbox integration here:
https://github.com/vbfischer/spring-social-dropbox
Doesn't do much other than authentication and retrieving profile, but its a...
Seems in all the examples, it just returns 1L. So I think there's some confusion, at least to me, what constitutes the "current user's account id".
Have configured beans as such:
<social:jdbc-connection-repository jdbc-template="jdbcTemplate" />
<social:context-service-provider-factory />
getting the following errors when launching...
Thanks. That worked like a charm. I was hoping for a way to still use the getBean, and just be able to set the datasource, but couldn't figure out an (easy) way to do that.
Thanks again
Bryce
Trying to integrate Spring JDBC DAO capabilities into my app. Unfortunately, I have to use it in an already existing framework which provides my piece with an already existing datasource.
Now,...