I\'m trying to debug a facebook script that loads a users profile into a form which you can then edit.
The problem is that the script does not return the $user_pro
$user_pro
Maybe problem on the first line..
$is_fb=false;
when the page is redirecting this is this evaluating as false?
If yes then this is not executing.
if($is_fb) { //Your Code //Your Code }