Welcome Developers!

in

Welcome!

in

404 - Bad Request - The callback uri doesn't start with associated application domain.

Last post 10-12-2008 3:27 AM by Rotem. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 09-23-2008 12:00 PM

    404 - Bad Request - The callback uri doesn't start with associated application domain.

     Hi, 

    I'm getting the above error for our DA app:

    http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=412251422

    I've read the recent blog post about this error, and I've set the external domain to

    http://www.coolchaser.com

    and external url to:

    http://www.coolchaser.com/myspace/user_info

    To access the DA app, go to 

    http://www.coolchaser.com/myspace/pre

    What am I doing wrongly?

    Thanks,

    chao

     

  • 09-23-2008 12:21 PM In reply to

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

     Blogs:

     

    http://developer.myspace.com/Community/blogs/devteam/archive/2008/09/22/fixing-oauth-404-errors-with-data-availability.aspx

  • 09-23-2008 4:57 PM In reply to

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

     Hi Rhonda, yes I have read that blog post as I mentioned in the post above. I think I've followed all the directions but am still getting the error. Help!

     

    Thanks,

    chao

  • 09-28-2008 6:16 PM In reply to

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

    I'm also still seeing this problem despite having followed the instructions in that blog post - see my reply (comment #2).

    Grateful for any help or pointers.

    -- Richard

  • 10-05-2008 1:40 AM In reply to

    • Rotem
    • Top 500 Contributor
    • Joined on 02-04-2008
    • Posts 17

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

     This is still hapenning. I think it has to do with what we've seen before, where only developers of the application can use it.

    What we've noticed is that for a user that is a developer of the application, the auth process succeeds. For a user who is not a developer, we get the 404 error.

    Please check it.

  • 10-06-2008 8:52 AM In reply to

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

     Ok, checking in :)

  • 10-07-2008 12:29 PM In reply to

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

    Hi everyone,

    Sorry for the inconvenient. There is a bug in the validation process and it has been fixed but has not rolled to production yet.
    There is a solution around it until the fix rolls out.


    Please try the following changes to External Domain to get it working.
    Remove the subdomain or domain prefix from the "External Domain:" (this is found under External Site Settings).
    Remove the path and querystring from the url.
    Ex.
    http://www.myspace.com/mdp?a=1&b=2
    becomes
    http://myspace.com



    Just so everyone is aware. The future/new validation will work as follow:
    The protocol/scheme (http://, ftp://, aim://, your custom protocol, etc) will be checked in addition to the domain.tld (myspace.com, if www.myspace.com it will just check for myspace.com). This helps with desktop applications that want to use the callback. These two values are compared against the oauth_callback.

    Hope this helps
    -V
  • 10-12-2008 3:27 AM In reply to

    • Rotem
    • Top 500 Contributor
    • Joined on 02-04-2008
    • Posts 17

    Re: 404 - Bad Request - The callback uri doesn't start with associated application domain.

     Thank you, looks like this workaround is working.

Page 1 of 1 (8 items)