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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -