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.
 

Corporation members tracking tool

Author
Balcanis
Addicted to Shljivovica
Addicted to Shljivovica Alliance
#1 - 2011-10-18 19:43:20 UTC
Hey guys,

I have been using the

http://api.eve-online.com/corp/MemberTracking.xml.aspx...

code to get the corp members info in xml file.

However, since these new APIs were introduced, I haven't been able to do it. I created new corporation full access customizable userID and verification code, but it doesn't work no more.

Can anybody please tell me how exactly can I now get the corp members list with their info like char ids, online/offline date, joining date, etc just like it used to work with old API.

Please give me a detailed description and command code example cause I'm obviously not doing something right.

Thanks...
Trenker
#2 - 2011-10-18 19:53:16 UTC
I'm not a CEO, so I cannot check myself, but those are some guesses I have:

The parameters are keyID and vCode.
You should also use https://api....

Did you check if your ID and code are limited to a single (character)?
Desmont McCallock
#3 - 2011-10-18 20:20:08 UTC  |  Edited by: Desmont McCallock
1. Goto https://support.eveonline.com/api
2. Create API Key (by clicking on the "[Create API Key]" link obviously)
3. Fill in fields the required info
4. Select a character that has the "(Corp)" indication next to its name
5. Select "Type" as "Corporation"
6. Check the checkbox next to "MemberTracking" in group "Corporation Members" to give your key access to that call
7. Call "https://api.eveonline.com/corp/MemberTracking.xml.aspx?keyID=The ID of the created API key here&vCode=The verification code of the created API key here"
Balcanis
Addicted to Shljivovica
Addicted to Shljivovica Alliance
#4 - 2011-10-18 20:53:00 UTC
Desmont McCallock wrote:
1. Goto https://support.eveonline.com/api
2. Create API Key (by clicking on the "[Create API Key]" link obviously)
3. Fill in fields the required info
4. Select a character that has the "(Corp)" indication next to its name
5. Select "Type" as "Corporation"
6. Check the checkbox next to "MemberTracking" in group "Corporation Members" to give your key access to that call
7. Call "https://api.eveonline.com/corp/MemberTracking.xml.aspx?keyID=The ID of the created API key here&vCode=The verification code of the created API key here"


Thank you, thank you :)

Yeah, apparently the new code doesn't require the charID at the end, like it used to, but I couldn't find the info about it.

Thanks again..