Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.