In one of our FB app on mobile, we want to store the FB Access Token on to backend to be able to:
- extend the access token to long lived
- use them to do certain tasks on behalf of user from our backend server
Is it possible to do these using app tokens obtained using fb js sdk?
Thanks, Janar