Are AppKeys now restricted to one application?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JayBee
    Junior Member
    • Oct 2010
    • 114

    #1

    Are AppKeys now restricted to one application?

    I am writing a new program with the same login and 'send JSON request' logic as my previous program, which still works fine.

    I get an SSOID and I can send a valid JSON request but the JSON response comes back with

    [{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0007","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"","errorCode":"INVA LID_APP_KEY","requestUUID":"prdang008-03261120-0003a39bb1"}}},"id":1}]

    I am using the same APP_KEY that I always use.

    Is there a problem?
  • gus
    Senior Member
    • Jan 2009
    • 134

    #2
    I have several apps of my own, all of which use the same Developer AppKey, and they all work. (I just checked by having 2 running simultaneouly.)

    So I don't think that's your problem.

    In fact, when you think about it, since the only relevant credentials (for a Developer App, as opposed to Vendor App) that the API sees are your SSOID and AppKey, I don't really see how the API could tell the difference between your Developer Apps unless you were using getDeveloperAppKeys() to get your AppKey dynamically.

    Comment

    • JayBee
      Junior Member
      • Oct 2010
      • 114

      #3
      What an idiot I am.

      I was over zealous deleting some code and removed the line that copies the SSOID from the loginForm to the SportsAPI module.

      Right, off to the corner for self-flagellation.
      Last edited by JayBee; 27-03-2015, 04:40 PM.

      Comment

      Working...
      X