how to get the albums and photos and recent activities from the facebook. using sdk -
i using facebook.php downloaded http://github.com/facebook/php-sdk
when try photo of facebook user. query returning empty array. code is
$uid=100000602578898; $friends = $facebook->api(array( 'method' => 'fql.query', 'query' => 'select pid photo owner ='.$uid)); print_r($friends);
result : array()
i want how display photo , ablums of facebook in own website. http://flavors.me/websolusionz. in site, when logined in site display facebook photos , albums . go above link , click "my facebook " link
Comments
Post a Comment