I need to get the access token from Spring Social API in order to do operations Which the API doesn't provide.
for example push message to the client notification icon.
I followed spring social facebook via Spring offical doc:
https://github.com/spring-guides/gs-accessing-facebook
How to use the API in order to get the access token string?
thanks.