Hi,everybody i am a novice in building myspace application.... am using the code listed below.... $myspace = new MySpaceAPI($key,$secret); echo $user = $_GET["opensocial_viewer_id"],"*"; $smarty->assign("viewer_id",$user); $result = $myspace->get_user($user); echo...