Ok, I have been thinking about how to do this and I think I will follow a pure REST approach, using the Facebook access token in every request.
The idea is to get the token in the client and send...
Type: Posts; User: fgatti; Keyword(s):
Ok, I have been thinking about how to do this and I think I will follow a pure REST approach, using the Facebook access token in every request.
The idea is to get the token in the client and send...
Hi Abuma,
thank you for your reply.
I found out that the reason it was not working was due to some missing dependencies in the pom file.
I managed to make it work using the code:
I am trying to develop an Android application. It requires Facebook auth to be used. I am using Spring as a backend. I am having problems using Spring Social having already a token.
I authenticate...