Hi,
I am trying to use Cloud Code to get a long-lived token from Facebook but I am not sure if Unity CloudCode can do that.
Here is the way that FB suggests from the backend, but I am not sure how to use it.
curl -i -X GET "https://graph.facebook.com/{graph-api-version}/oauth/access_token?
grant_type=fb_exchange_token&
client_id={app-id}&
client_secret={app-secret}&
fb_exchange_token={your-access-token}"
Thanks