Hello,
Some myspace users of my app are failing to access my app because of oauth signatures not matching. It seems to have something to do with specific myspace accounts. Those accounts that have the problem send a request URI like the following:
/index.php?=lt;3&oauth_consumer_key=http://www.myspace.com/463967867&oauth_nonce=633783431569416332&oauth_signature=QpDFV52J3IXOVh1e49Lt0XXnd4s=&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1242746356&oauth_version=1.0&opensocial_owner_id=someid&opensocial_viewer_id=someid&uname=namehere &upic=http://c1.ac-images.myspacecdn.com/pichere.jpg
While users with no problems have something like that:
/index.php?oauth_consumer_key=http://www.myspace.com/463967867&oauth_nonce=633783433274993750&oauth_signature=AHe8H06qiHsGAV8arz0GK85mSRQ=&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1242746527&oauth_version=1.0&opensocial_owner_id=someid&opensocial_viewer_id=someid&uname=namehere&upic=http://c1.ac-images.myspacecdn.com/pichere.png
The only weird difference is the '=lt;3&' any ideas ?
Thanks,