tags:

views:

33

answers:

1
<?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.?

A: 

Maybe your API isn't allowing you to get other users's info? What does it say in the documentation?

Emil Vikström
well its returni the normal info of user like name,id,place..when i try to get the movies section its returnin null....
bhaskaragr29
Are you allowed to view that person's movies? Maybe their privacy settings hides it from you (you're not a friend, or a Friend-of-friend, etc...)
Marc B