Author |
Topic |
 CCP Stillman

 |
Posted - 2011.09.02 13:09:00 - [ 1]
Hello, There's a small undocumented feature in the new API system. We heard that people wanted an easier way on mobile phones to install API keys. So we now have a way to show a button for each key, which you can listen for when is clicked and it will redirect to an URL which contains the key. To use this, you have to use this URL: https://support.eveonline.com/api/Key/ActivateInstallLinksThis will set your cookie to show the install link. If you want to set this cookie manually, you need to set "ShowInstallLinks" to "true". We hope this will make it easier for mobile users to make use of the API. -Stillman |
 Jordan Kincade |
Posted - 2011.09.02 13:27:00 - [ 2]
|
 Marcel Devereux Aideron Robotics |
Posted - 2011.09.02 13:43:00 - [ 3]
Thanks for putting up with my pestering about getting this feature implemented! You rock!
Also if Hilmar shows up at your desk just tell him that we are good ;-) |
 Krathos Morpheus Legion Infernal |
Posted - 2011.09.02 20:18:00 - [ 4]
Can someone give me a hint on how to use this feature on android? |
 Marcel Devereux Aideron Robotics |
Posted - 2011.09.03 03:09:00 - [ 5]
Edited by: Marcel Devereux on 03/09/2011 03:09:15Edited by: Marcel Devereux on 03/09/2011 03:09:04 Originally by: Krathos Morpheus Can someone give me a hint on how to use this feature on android?
Try here. |
 Johnathan Roark Caldari The Graduates Morsus Mihi |
Posted - 2011.09.03 04:04:00 - [ 6]
I feel left out since I can't figure out a way to use this with web based apps.  |
 Krathos Morpheus Legion Infernal |
Posted - 2011.09.03 09:17:00 - [ 7]
Originally by: Marcel Devereux Edited by: Marcel Devereux on 03/09/2011 03:09:15 Edited by: Marcel Devereux on 03/09/2011 03:09:04
Originally by: Krathos Morpheus Can someone give me a hint on how to use this feature on android?
Try here.
I meant on how to implement it, I don't know what I should looking for to open it. I imagine I need a receiver, but I don't know what it needs to listen for. |
 Krathos Morpheus Legion Infernal |
Posted - 2011.09.03 11:41:00 - [ 8]
|
 Marcel Devereux Aideron Robotics |
Posted - 2011.09.03 16:02:00 - [ 9]
|
 Krathos Morpheus Legion Infernal |
Posted - 2011.09.03 22:59:00 - [ 10]
Originally by: Marcel Devereux Sorry I misunderstood your question. Yes that page has the information on how to launch your activity when the user clicks the link. What's your android app?
No problem, I guessed that was the case. The app is still in development, it does a few cool things already but has some issues to solve like force closes because of the auto updating mechanism. Do you do periodic API calls on Aura? I see no service started by the app. |