This is the code I used in posting action in PHP but i'm getting an error "Invalid OAuth access token signature."
`try{
$params = array('video'=>'{videoLink vdetails=$vdo}','access_token'=>$facebook->getAccessToken());
$out = $facebook->api('/me/cb-actuator:watch','post',$params);
}catch(Exception $e){
echo $e->getMessage();
}`
what does this error mean? how to fix it?