Question

I am developing an app by which I can download album's photo of authenticated user. If I Login with my Facebook developer mail then I get list of albums. But when I am try to login with another user email id (except email id which is used for creating app)I am successfully authenticated but in list of permissions user_photos permission is missing(But I include at the time of authentication) while my app is public on Facebook server.

That's why I am getting blank JSON when requesting album list.

data{[]}

Was it helpful?

Solution

This is expected behaviour in v2.0. See my answer here: Facebook email permission ios

If your app was created after April 30th 2014, you'll need to get your app reviewed by Facebook to gather more than the basic permissions.

See also

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top