MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

does Install Callback Url work?

Last post 06-27-2009 5:00 PM by ∞X∞. 40 replies.
Page 2 of 3 (41 items) < Previous 1 2 3 Next >
Sort Posts: Previous Next
  • 03-09-2008 11:01 PM In reply to

    Re: does Install Callback Url work?

    I too am only seeing the callback for uninstall -- however, it seems like my hmac verification is failing (my auth verification works fine with other requests e.g. from makeRequest), i also verified with the oauth tool -- is there anything fishy going on in the signing of the callback request?

     

     

  • 03-10-2008 7:16 AM In reply to

    Re: does Install Callback Url work?

    I struggled for half the day yesterday getting oauth to work because I'm using php4 and had to write my own.

    But eventually, I did get it working for the uninstall callback.

    One little problem I had was that if the signature sent contains a "+" sign, $_GET returns it as a space.
    So I had to do a preg_replace on the sig to put the + back.

        $signature = $_GET['oauth_signature'];
        $signature = preg_replace('/ /', '+', $signature);
     

  • 03-10-2008 9:16 AM In reply to

    • James
    • Top 150 Contributor
    • Joined on 02-15-2008
    • Posts 27

    Re: does Install Callback Url work?

    any update?

    Thanks...

  • 03-11-2008 7:13 AM In reply to

    • James
    • Top 150 Contributor
    • Joined on 02-15-2008
    • Posts 27

    Re: does Install Callback Url work?

    This is working for us now as of 11-03-2008 @ 2pm GMT. Both install and unistall are signed.

  • 03-12-2008 12:23 AM In reply to

    • Doug
    • Top 500 Contributor
    • Joined on 03-07-2008
    • Posts 19

    Re: does Install Callback Url work?

    The install call is still not working for us today. Hopefully this will be fixed before Thursday, but I recommend you don't depend on it.

  • 03-12-2008 7:49 AM In reply to

    Re: does Install Callback Url work?

     

    This appears to be very intermittent. 

    Yesterday afternoon, when they said it was fixed, I tested, and it worked most of the time, but once didn't call install.

    This morning, I inspected my logs, and it appears someone else actually installed my application, and then removed it, but I only saw the remove call.

    Maybe this is good news that someone is actually testing our apps?  But it's bad news that we have no way to keep track of installs.
  • 03-12-2008 7:51 AM In reply to

    Re: does Install Callback Url work?

    I just tested it again, Install callback did not work. Remove worked fine. 

  • 04-11-2008 4:26 AM In reply to

    • Dave
    • Not Ranked
    • Joined on 03-13-2008
    • Posts 6

    Re: does Install Callback Url work?

    Any news on current state of support? It seems now that Install is working (I am getting the call and able to authenticate fine), but Uninstall never calls my server... which is the exact opposite of what seems to have been mentioned so far. Since this feature is available in the interface, a bit of explanation would be nice...
  • 05-07-2008 10:18 PM In reply to

    • Robb
    • Top 500 Contributor
    • Joined on 04-28-2008
    • Posts 11

    Re: does Install Callback Url work?

    @nkur despite your statements that install and uninstall url callbacks are working as of a month ago, it doesn't seem working fine.

     My install callback url is getting called instead of uninstall callback url at uninstall time causing all oauth confusion.. Never getting a callback to uninstall url but install url callback is working fine.

     

    So why is it that the uninstall operation is calling the install callback url? 

    Can you please check and let me know what the status is on this?

  • 05-14-2008 7:02 PM In reply to

    • Josh
    • Not Ranked
    • Joined on 03-17-2008
    • Posts 4

    Re: does Install Callback Url work?

    This whole thing is rather fishy.  I'm getting the expected response from an uninstall, just like many of the folks here, but I get nothing from the install.

     When I check Firebug for the behind-the-scenes action, I see that this information is posted to my install callback url:

    {
    "token":"d9aLQzuVPJfMsBwFXNdOi400YC5nGRf...BppKow%3d",
    "permissions":["displayonprofile","displayonhome","allowsendingemails","sendupdatestofriends"]
    }

     Where's the owner's id?  In the token?  Do I just base64 decode that token?

    @MDP guys: any news?

  • 05-16-2008 10:06 AM In reply to

    • Eric
    • Not Ranked
    • Joined on 02-06-2008
    • Posts 4

    Re: does Install Callback Url work?

    Install and Uninstall callbacks work for me but I have been unable to get the hmac validation to work.  I'm using oauth in ruby on rails.  Has anybody else been successful getting this to work in ruby?  Note that I'm using the same oauth library for accessing the REST APIs and it works like a charm.  My guess is that myspace is using only some of the parameters when generating the hash.

    Thanks! 

  • 05-16-2008 10:24 AM In reply to

    Re: does Install Callback Url work?

    Let me check into this. :)

    Rhonda

     

    Filed under:
  • 06-09-2008 6:35 PM In reply to

    • Josh
    • Not Ranked
    • Joined on 03-17-2008
    • Posts 4

    Re: does Install Callback Url work?

    Any news?
  • 06-10-2008 7:08 PM In reply to

    Re: does Install Callback Url work?

    Is this still an issue?

    Please check in... 

     

    Also, provide me with info for qa to reproduce.

    Rhonda

     

     

  • 06-26-2008 2:57 PM In reply to

    Re: does Install Callback Url work?

    Hi

    I am new to MySpace and am creating an application. I wanted to know what url shall I  give for Install Callback Url and UninstallCallback URL.

    Is it the url for the applications profile? please do let me know.

     

    Waiting for a quick reply.Thanks in Advance.

    Regards

    Siddhartha 

     

     

Page 2 of 3 (41 items) < Previous 1 2 3 Next >