Welcome Developers!

in

Welcome!

in

New Apps not working and No Icon

Last post 05-11-2011 11:12 AM by Joel. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 05-09-2011 1:35 PM

    New Apps not working and No Icon

    Hi,

    I created new Apps for our new server environments; App IDs: 202957,  202956, 202955, 202954, so that I could deprecate the apps for our old environments. The old apps; App IDs:  128529, 133174 are functioning fine.

     When I try to use the new apps, such as 202957, I am receiving the following:

    &openid.oauth.error=Relying+party%27s+associated+application+does+not+match+the+specified+consumer+key%2c+rejecting+OAuth+request%3b+consumer+key%3a+dd5c3901a62c48c9abda1b67cdb80328%3b+realm%3a+https%3a%2f%2fs1.nutshellmail.com%2f%3b+appId%3a+202957%3b+rpId%3a+11473

     Also, the NutshellMail icon or app name is not being displayed for any of the new apps.

     Any help would be greatly appreciated.

     Thank you,

    Rebecca

  • 05-09-2011 1:51 PM In reply to

    Re: New Apps not working and No Icon

    Well, are you using the consumer key that matches the specific appID? Usually the error says what it means. In this case, perhaps you are using the key from another app and our system sees a mismatch.

    Check on this first.

     

    thanks,

    Joel

  • 05-09-2011 1:54 PM In reply to

    Re: New Apps not working and No Icon

    Dear Joel,

    Yes, the consumer keys for the new apps are correct.  This issue is consistent with all the new apps recently created.

    Thanks

  • 05-10-2011 10:54 AM In reply to

    Re: New Apps not working and No Icon

     No ideas anyone?

    Has there been a change to the API recently that I didn't catch?  Perhaps my authentication URL structure is outdated?

     

                string authenticationUrl = "http://api.myspace.com/openid?openid.ns=" + HttpUtility.UrlEncode("http://specs.openid.net/auth/2.0") +
                    "&openid.ns.oauth=" + HttpUtility.UrlEncode("http://specs.openid.net/extensions/oauth/1.0") +
                    "&openid.oauth.consumer=" + HttpUtility.UrlEncode(myspace_consumerkey) +
                    "&openid.mode=checkid_setup" +
                    "&openid.claimed_id=" + HttpUtility.UrlEncode("http://specs.openid.net/auth/2.0/identifier_select") +
                    "&openid.identity=" + HttpUtility.UrlEncode("http://specs.openid.net/auth/2.0/identifier_select") +
                    "&openid.return_to=" + HttpUtility.UrlEncode(callbackUrl) +
                    "&openid.realm=" + HttpUtility.UrlEncode(myServer) +
                    "&myspaceid.permissions=" + extendedPermissions;
     
    Any suggestions would be hugely appreciated. 
  • 05-10-2011 12:25 PM In reply to

    Re: New Apps not working and No Icon

    OpenID support has been deprecated. It is still running for existing applications, but you are encouraged to migrate to OAuth login. See blog post:
    http://developer.myspace.com/Community/blogs/devteam/archive/2011/03/11/simplified-off-site-login-with-myspace-id.aspx
    We are consolidating on OAuth login for its simplicity and better access to our APIs. Currently the SDKs support OAuth 1.0 and 1.0a for login. We are planning on releasing OAuth 2.0 login in the coming months.
    Filed under:
  • 05-10-2011 2:48 PM In reply to

    Re: New Apps not working and No Icon

    Chris Cole:
    OpenID support has been deprecated. It is still running for existing applications, but you are encouraged to migrate to OAuth login. See blog post:
    http://developer.myspace.com/Community/blogs/devteam/archive/2011/03/11/simplified-off-site-login-with-myspace-id.aspx
    We are consolidating on OAuth login for its simplicity and better access to our APIs. Currently the SDKs support OAuth 1.0 and 1.0a for login. We are planning on releasing OAuth 2.0 login in the coming months.
     

     

    Thanks Chris! That was the answer.

    Big Smile 

  • 05-11-2011 11:12 AM In reply to

    Re: New Apps not working and No Icon

    Yes, thanks Chris!

     

    -Joel

Page 1 of 1 (7 items)