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 3 of 3 (41 items) < Previous 1 2 3
Sort Posts: Previous Next
  • 06-28-2008 2:12 AM In reply to

    • Ashish
    • Not Ranked
    • Joined on 02-10-2008
    • Posts 3

    Re: does Install Callback Url work?

    It's still now working! I have supplied both install and uninstall urls for my application; none of the url is getting called / pinged.

     

     

  • 07-12-2008 12:27 AM In reply to

    Re: does Install Callback Url work?

    Like Siddhartha, I need more information about what to input for the Install/Uninstall Callback URL.  I have completed all the other information requested in the application, but I have absolutely NO IDEA what a callback URL is, where to find it or how to generate it.  Help!

  • 07-12-2008 8:26 AM In reply to

    • $
    • Top 25 Contributor
    • Joined on 06-28-2008
    • Posts 158

    Re: does Install Callback Url work?

     The callback url is a url that you supply that is meaningful to your application.  It's a mechanism that allows notification of installing and uninstalling an application.  I use the callback url to insert a record in a database that indicates a particular owner installed the application.  I then relate that table to my domain model.  If you don't care about keeping track of when someone removes or adds your app then you won't need the callback url.  I think it's optional so you should still be able to submit your app without it.  The only caveat being that you're application framework will never know if a user has installed the app or not.

  • 07-27-2008 11:59 PM In reply to

    • brian
    • Not Ranked
    • Joined on 02-05-2008
    • Posts 1

    Re: does Install Callback Url work?

    Both install and uninstall seem to be working now, except that there's a different oauth_signature than the one i usually get from a makeRequest call.

    So it seems there's a different OAuth Consumer Secret somewhere for the install/uninstall call than the main one listed in the application configuration.  Does anyone know how to find out what that is so we can properly authenticate these calls?

  • 08-05-2008 2:53 PM In reply to

    Re: does Install Callback Url work?

    ?!

    Maybe I'm the only one missing this......

    On the page that is asking for the Callback URL settings, what do you do?

    How do you get them?

    It seems like there a lot of conversation in this forum, but none of it linear, and all of it skipping chapters.

    How does one get this information to enter it into these fields????????

  • 03-20-2009 7:48 AM In reply to

    • sashi
    • Not Ranked
    • Joined on 07-17-2008
    • Posts 7

    Re: does Install Callback Url work?

    Hi,

    For my application the uninstall callback url does never gets called. Can you please let me know if this is working

    Regards

    Sashi

     

  • 03-20-2009 12:27 PM In reply to

    Re: does Install Callback Url work?

    What library are you using?

     

    Rhonda

     

  • 04-02-2009 2:08 PM In reply to

    • sashi
    • Not Ranked
    • Joined on 07-17-2008
    • Posts 7

    Re: does Install Callback Url work?

     Rhonda,

    I am not getting your questions. We have given the uninstall callbackurl in the myspace app settings page and when user uninstalls the app the call backurl never gets called

     

    Regards

    Sashi

  • 05-05-2009 3:46 PM In reply to

    Re: does Install Callback Url work?

    Rhonda,

    I believe Sashi is referencing the Uninstall Callback URL field in the Callback URL Settings section on the Edit App Information page (http://developer.myspace.com/modules/apps/pages/editapp.aspx?appid=######). Apparently setting a PHP file there that should update our user as uninstalled & remove their data is not getting called by MySpace when users uninstall the app.

    Can you confirm if there's something special about this Uninstall Callback URL field or help to get the issue resolved?

    Thanks!
  • 05-05-2009 4:15 PM In reply to

    Re: does Install Callback Url work?

    I'll check into it. I don't know if this will help you out, but did you see our blog post re: callback url last month?

    http://developer.myspace.com/Community/blogs/devteam/archive/2009/04/09/Callback-URL-Settings.aspx

    Let me check in and see if we can figure out what the prob is. Thanks for your patience.

    Rhonda

     

  • 06-27-2009 5:00 PM In reply to

    Re: does Install Callback Url work?

    In my case the install callback seems to work intermittently. Over a period of 30k installs it will fail about 200 times that I know of.

    I have tried my best to rule out the problem being on my end; I have four different servers, all of which run smoothly, all of which use different code to handle the callback.

    I am estimating that the callback never gets called for about 5% of installs. I tested this myself by uninstalling the app and reinstalling. On the 5th or 6th try I noticed that the install callback was never contacted.

    I'm sure you're familiar with apps that say "add this app to continue." For these apps, if the install callback is never executed, the app will never know you have installed, and prompt you to install again, which is impossible since you already have the app installed. In this case, a user is stuck and will probably assume the app is broken and uninstall. But occassionally they will send a message, and I go ahead and add their account myself.

    This is kind of depressing when I think of the number of users who didn't send me a message and moved on.

    Anyway I'm trying to rule out everything on my end, so if you have an idea please let me know, I'd be very grateful.

    Thanks,

    x

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