<?php
<?php $movies = $facebook->api('/xxxx/movies?access_token='.$session['access_token']);
?>
when i try to get other's user information its returning null array....while when i try this get my information it returnin right.. what am i doing wrong.?