You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: