Get new access_token on the change of scope in social connection

In Social connection, if we modify the scope(adding read:reports), and then try to get access_token again it does not change (because of refresh token we get earlier.)

So how do we make two different request to change the access_token with new scope?
also how to show the auth0 authorization UI on the second request.