I have a phonegap application that logs into facebook via https://github.com/mgcrea/cordova-facebook-connect

I can not use spring social sign in since I want to benefit from android sso

how do I use the accessToken in the server side ?

for example, in facebook php sdk, there is a setAccessToken method on the Facebook API but it seems there is no such thing in spring social ...

for info, I'm using spring social 1.0.2 with spring core and mvc 3.1.1.