jaredhanson / passport-facebook

Facebook authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-facebook/?utm_source=github&utm_medium=referral&utm_campaign=passport-facebook&utm_content=about
MIT License
1.29k stars 446 forks source link

instagram_basic permission getting ignored #283

Open AcidicWorks opened 3 years ago

AcidicWorks commented 3 years ago

I have passport-facebook working. I've added a few permissions to the scope and these get presented to the authenticating user to be granted by the user. This all works fine except for the instagram_basic permission. The authenticating user never gets asked to grant this permission, nor is it listed when a list of granted or denied permissions is requested with GET {user-d}/permissions. I've followed the Getting Started Guide for Instagram Graph API to the letter and still no luck. So, I'm beginning to think the problem may lie in passport-facebook. Can anyone confer?