$friends = $facebook->api(array('method'=>'fql.query',
'query'=>'SELECT src_big, pid, src
FROM photo
WHERE owner = "$user_id" '));
print_r($friends)
Please advise me… I want the select to get the photos and albums and comment, recent updates.
To return the photos you need first to select the albums. Try it: