I created an application in python using allauth with the facebook provider, which have the posibility to allow to add multiple Facebook Account. For updating the token, user needs to re-add their Facebook Account. Suppose that we have a user with two different facebook accounts; Facebook UserA and Facebook UserB.
How can I check on which Facebook account user is logged-in in their PC, to update the respective token for that Facebook User.
Or any idea how can i check that?