MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 2 (11 items) 1 2 Next >
  • Re: makeRequest and JSON?

    Hi,  I ran into a similar problem the other day when trying to use a for... in construct. As it turns out, the iframe contains the prototype library which alters the DOM and adds the stuff you're seeing. Here's a link to exactly what's added http://api.msappspace.com//OpenSocial/prototype001.js ... and you should see the link ...
    Posted to makeRequest (Forum) by iWiddit on 03-12-2008
  • Re: Timezone

     Also, if you could handle DST on your side... that would be nice too.
    Posted to Ideas and Suggestions (Forum) by iWiddit on 03-12-2008
  • Re: OAuth, getting it to work

    If you're having trouble using the PHP oAuth library to validate signed POST requests tonight... try copying the data from GET to POST. Something like this: <?php   require_once('OAuth.php'); $secret = 'xxxxxxxxxx'; $consumer = "http://www.myspace.com/xxxxxxxxx"; foreach( $_GET as $key => $val ) ...
    Posted to JavaScript/HTML - Container (Forum) by iWiddit on 03-12-2008
  • Re: devJam Seattle

    I'll be there. Wouldn't miss it! http://www.urbandictionary.com/define.php?term=Seattleite  -Dustin 
    Posted to Meet and Greet (Forum) by iWiddit on 03-10-2008
  • Re: MakeRequest not returning data

    Working here. Thanks Max.    [quote user="Signal Loss"]  The proxy cluster has been updated...  everyone who was having trouble, please try again now. Cheers, Max [/quote] 
    Posted to makeRequest (Forum) by iWiddit on 03-09-2008
  • Timezone

    How about adding GMT offset to the MyOpenSpace.Person available fields?
    Posted to Ideas and Suggestions (Forum) by iWiddit on 03-09-2008
  • Re: New MDP Interface

    I think the new interface is much more intuitive and very easy to look at; it really makes a big difference. Great job!   [quote user="Joseph"] Looks nice. What do you all think? Tabs rocks. Sitemap is empty but still looks good. Joseph[/quote]
    Posted to Ideas and Suggestions (Forum) by iWiddit on 03-09-2008
  • Re: MakeRequest not returning data

    No fix yet AFAIK, but I can confirm what Eugene is saying about GET working just fine.    [quote user="Eugene"] Also having the same issue.  No html response on POST requests.  When I convert the request from POST to GET, everything works fine.  Looks specifically related to POST requests... [/quote] 
    Posted to makeRequest (Forum) by iWiddit on 03-08-2008
  • Re: MakeRequest not returning data

    Sent your way, Max, thanks for taking a look! -Dustin [quote user="Signal Loss"]  Hmm...  Can you send me your source so I can take a poke? You can use mnewbould@myspace.com if you don't want to post it here.  I'll track down what's going awry and repost.   Cheers, Max [/quote] 
    Posted to makeRequest (Forum) by iWiddit on 03-08-2008
  • MakeRequest not returning data

    At about 11:40AM makeRequest started failing entirely for me. Data isn't coming back. I'm logging actions server side, seeing the requests come through, can verify that I'm returning the correct data, but it's never making it to the application. In firebug the request ( via post ) says "Loading...".  I'm ...
    Posted to makeRequest (Forum) by iWiddit on 03-08-2008
Page 1 of 2 (11 items) 1 2 Next >