Hello everyone I am trying to get my friends 's likes on FB using FQL
'SELECT name,type FROM page WHERE page_id IN (SELECT target_id FROM connection WHERE source_id=%i and target_type="Page") AND type!="APPLICATION"'%(friend.fb_uid))
The query works as expected when I am asking for my own likes but return nothing for my friends. I have added the likes permission but still nothing.
Any ideas?