MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

weird request from some myspace users that leads to oauth failure.

Last post 05-21-2009 1:59 PM by Jorge. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-19-2009 8:28 AM

    weird request from some myspace users that leads to oauth failure.

     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,

     

     

  • 05-20-2009 4:32 PM In reply to

    Re: weird request from some myspace users that leads to oauth failure.

    Hi there, 

    What's the APP ID first of all, and what language are you using for the request?

  • 05-21-2009 1:59 PM In reply to

    Re: weird request from some myspace users that leads to oauth failure.

    The problem was that the parameteres were not escape correctly.

     Jorge

Page 1 of 1 (3 items)