facebook fql for retrieving photos returns empty list []
select object_id, aid, src_small from photo where owner='{0}' ; {0}-the id of the user.
This query returns 0 records.开发者_如何学编程 Do you know why?
There may be an issue with permissions. You may need to grant user_photos permission.
See here - http://developers.facebook.com/docs/authentication/permissions
精彩评论