These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Character / Corporation on one CAK

Author
Cyerus
University of Caille
Gallente Federation
#1 - 2011-10-22 22:14:56 UTC
Hi,

This issue has been noted before, however I could not find any official response from CCP.
Currently we no option to incorporate both Character and Corporation API calls into one Custom API Key.

Is this going to be implemented in the future?

~Cyerus
Dragonaire
Here there be Dragons
#2 - 2011-10-22 23:12:36 UTC
Actually some where CCP did say something about that but I couldn't find it either Smile but one of the whole reasons for going to the new keys is to get away from the problems that the old combines keys caused for many people. It's not that hard to work with one for corp stuff and another for character stuff and at least you can now limit what they can use them for if you choose to do so now.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Cyerus
University of Caille
Gallente Federation
#3 - 2011-10-22 23:55:57 UTC
Dragonaire wrote:
Actually some where CCP did say something about that but I couldn't find it either Smile but one of the whole reasons for going to the new keys is to get away from the problems that the old combines keys caused for many people. It's not that hard to work with one for corp stuff and another for character stuff and at least you can now limit what they can use them for if you choose to do so now.


Indeed it's not hard to implement it, I just hoped I didn't need to... Sad

Already had a feeling it was the only way. Even if they would implement it, CCP would have to redo the bitmask (accessmask). Currently both the Character / Corporation API files share the same bitmask, and on a possible future implementation of a dual key, it would be unable to tell the difference, bitmaskwise, between limitations set for Character and Corporation access.

Still interested in the reasoning behind not allowing a dual Character / Corporation CAK.
Dragonaire
Here there be Dragons
#4 - 2011-10-23 00:14:46 UTC  |  Edited by: Dragonaire
Making a combine bitmask has some other problems like it would no longer fit into a 32 bit integer which can cause some issues for people in many programming languages since many still aren't able to deal with 64 bit integer on 32 bit systems. There are already problems dealing with the bitmask used by the IGB because of that.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.