Ryan
Ryan

Reputation: 5546

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?

Upvotes: 0

Views: 264

Answers (1)

munjal
munjal

Reputation: 1404

There may be an issue with permissions. You may need to grant user_photos permission.

See here - http://developers.facebook.com/docs/authentication/permissions

Upvotes: 1

Related Questions