MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 2 (20 items) 1 2 Next >
  • Re: OAuth, getting it to work

    [quote user="Smart"] Is it just me or is the OAuth token always empty?  According to the OAuth 1.0 spec, your supposed to be able to query the ServiceProvider for it... [/quote] Hi Smart, It is empty, but you still need to include it (as an empty string) as part of the signature.  I'd still suggest queying it from ...
  • MyOpenSpace.DataMapper_() is not a constructor

    I'm somewhat randomly getting the following error (in FireBug), which kills my javascript execution:  MyOpenSpace.DataMapper_ is not a constructor, in MyOpenSpace001.Core.v006.js   1335function completed_(response, type, opt_key){ 1336   var error = null; 1337    var result = null; 1338 ...
  • Re: Is makerequest working?

    [quote user="Siegmund"] Update: Unfortunately I am receiving an error object instead of my HTML content: The object contains to properties errorCode and errorMessage which contain ="internalError" and null  [/quote] I'm also getting an "internalError" message this morning.  I know an update occured ...
    Posted to makeRequest (Forum) by ► Ҝėvȋń ◄ ♂ on 03-11-2008
  • Re: OAuth, getting it to work

    [quote user="phil"] The best solution, however, would probably be to download the OAuth library for your language of choice at http://oauth.net/code/ and work with that instead of developing your own. [/quote] I totally agree - if the language of choice has a library that works.  While php is well built out, many other languages ...
  • Re: devJam Seattle

    Just because I can, I'll be there.  It's not like I'd have any plans to enjoy the great outdoors or anything.  [That was last weekend, which went out the window also] Cheers, Kevin  
    Posted to Meet and Greet (Forum) by ► Ҝėvȋń ◄ ♂ on 03-10-2008
  • Re: OAuth Tool

    I've posted a much more comprehensive OAuth guide here: http://developer.myspace.com/Community/forums/p/804/3445.aspx
  • OAuth, getting it to work

    No doubt there's a lot of confusion in getting OAuth to work; it doesn't help that you're probably debugging against a boolean output.  Thought I'd share my fustrations and "tips" on how I was able to get it working, in the hopes of saving someone from jumping off a bridget :)   Some of this is from other ...
  • Re: OAuth Testing Tool vs makeRequest signature (!=)

    Hi Will, I'm not yet checking the install / uninstall callback's, it pains me to think they may be different.  Care to double check and see if the OAuth tool sends the same signature as the server, when the same paramaters are used? Also, want to confirm if you're appending "oauth_version=1.0" to your generated ...
    Posted to makeRequest (Forum) by ► Ҝėvȋń ◄ ♂ on 03-10-2008
  • Re: SIgned makeRequest calls broken

    I'm also seeing a problem with signed makeRequest, but I think it's more general then anything.  I'm not able to match signatures :(  Full thread here: http://developer.myspace.com/Community/forums/p/793/3394.aspx#3394 In my case, the provided signature != (OAuth Tool signature  == my signature)
    Posted to makeRequest (Forum) by ► Ҝėvȋń ◄ ♂ on 03-10-2008
  • OAuth Testing Tool vs makeRequest signature (!=)

    The OAuth testing tool (http://developer.myspace.com/Modules/APIs/Pages/OAuthTool.aspx), when provided with the paramaters I recieve on my server, generates a different signature from what was provided in the request! consumerKey: "http%3a%2f%2fwww.myspace.com%2f330069419" consumerSecret: ...
    Posted to makeRequest (Forum) by ► Ҝėvȋń ◄ ♂ on 03-10-2008
Page 1 of 2 (20 items) 1 2 Next >