I want to make a new flutter application, I'm using the Facebook Login SDK (for flutter). The login was succefully implemented and I am able to get the accesstoken and the UID of the connected user.
My problem is, when the user logs in, I want to keep these cookies to use it with an HTTP request. I was able to make with native android (with the cookiejar
and OKHTTP
library). I'm wondering if it is still possible with Flutter.