Cannot refresh IdP access_token permissions for Facebook after changing permissions on the Connection?

Hello, in our app we use the Facebook Access Token to generate a long-term access token on our side for accessing FB’s graph API.

Currently I made a change to the permissions used by our Facebook Social Connection, but when I re-login with auth0 (have tried a logout, logout?federated=true, etc.) the access token does indeed change, but the permissions i have access to on the connection do not show up on new said token.

I have been told i need to reauthenticate via Facebook, but I am struggling on where to find to do that, it consistently just recognizes my FB login even after fresh logout.

Does anyone have any insight here?