Facebook App ask permission for user_likes works only for some users

1.3k views Asked by At

I'm making test Meteor (JS) app, and after click on "login with facebook" every user should be asked to give permission to his "user_likes", but it asks only for public profile and friend list. When I switch to another facebook account - my private one and try to login using facebook, there is a full list of permissions I needed: public profile, friend and likes.

Is that a thing of some configuration on my facebook user profile to change?

user 1 login window: user 1

userr 2 login window: user 2

1

There are 1 answers

1
andyrandy On

I assume you donĀ“t know about Login Review yet. Most permissions need to get approved by Facebook before they can be used in a public App. Without review, those permissions will only work for App Admins/Developers/Testers.