While get user’s list of followed sites By calling GET /me/followedSites endpoint gives “access denied”
followedSites = await graphClient.Me.FollowedSites.Request().GetAsync();
I am using this, and it is not able to get followedsites data and gives 404