returning null array in getting photos albums
        Posted  
        
            by bhaskaragr29
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bhaskaragr29
        
        
        
        Published on 2010-05-14T10:59:44Z
        Indexed on 
            2010/05/14
            11:04 UTC
        
        
        Read the original article
        Hit count: 205
        
<?php
$albums=$facebook->api_client->photos_getAlbums($user_id, NULL);
?>
I am getting null when run this code
© Stack Overflow or respective owner