I am doing the same procedure that you prescribed here but I am getting a no match. Any help please. What am I doing wrong?
Here are the configuration parameters:
require_once("OAuth.php");
//NOTE: get these from the "Edit Details" of http://developer.myspace.com
//NOTE: http://developer.myspace.com/Apps.mvc
$consumer_key = "http://www.myspace.com/505907434";
$consumer_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
//NOTE: this is the same url you would enter in as the External IFrame in "Edit Source"
$server_uri = "http://localhost/iframe.php";
//NOTE: this is the user of the canvas page
//http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=117185&newinstall=1
I have seen var_dumps and the signature are not matching