Closed Amokrane closed 12 years ago
Are you using Maven for dependency management? The packages you listed are part of Spring Social; spring-social-core, and two sub projects spring-social-facebook, and spring-social-twitter.
No I am not using Maven.
Ok then I'll add those dependencies in my build path.
Thanks
Unfortunately, there are a few more you'll need. Here's the breakdown of the dependencies.
spring-android-rest-template |__ spring-android-core
spring-android-auth | spring-android-rest-template | spring-android-core | spring-security-crypto | spring-social-core
spring-social-twitter | spring-security-crypto | spring-social-core |__ jackson-mapper-asl
spring-social-facebook | spring-social-core | jackson-mapper-asl
jackson-mapper-asl |__ jackson-core-asl
Thank you very much for this exhaustive list.
Of course. No problem. Are you able to build the samples project now? Responding to this thread made me realize that I need to provide better documentation for this scenario in the Spring for Android docs. It's on my todo list now. If you are able to build the samples, let me know, and we can close this issue. Thanks.
http://static.springsource.org/spring-android/docs/1.0.x/reference/htmlsingle/
Given the requirements of the app I am working have changed (they only need to support Facebook now) I have finally used the official Facebook SDK for Android.
So, sorry, I can't tell you whether this works or not.
Understood. I appreciate the response, regardless. Do keep an eye on Spring for Android and Spring Social. We have some improvements planned around the connection process, to make it easier to set up and use. Thanks.
Hi,
I have downloaded the Spring for Android 1.0.0.RC1 and I couldn't find the following packages:
The packages that look similar that I have are:
Is this normal? Where can I find the rest?
Thanks!