Speaking of API keys, the free key allows just a little bit of traffic, which is probably just enough for a single user, but not enough for all the Apollo users added together. So, my idea is that what if every user had their own personal key…
Reddit would likely put a wall up to prevent non-developers from getting keys. I deal with enterprise applications that do that to prevent just that sort of thing. Basically you require developer registeration, and refuse any applicant that doesn’t show they are really a developer.
Currently the key provisioning system is really only meant for developers, key requests have to be manually approved by reddit admins. You couldn’t have millions of users jump in to request their own keys. This uncertainty is why the 3pa devs considered and discarded the option of letting users provide their own keys, choosing to shut down their apps entirely. Making the system official and automated via Reddit Premium would have solved that.
Speaking of API keys, the free key allows just a little bit of traffic, which is probably just enough for a single user, but not enough for all the Apollo users added together. So, my idea is that what if every user had their own personal key…
Reddit would likely put a wall up to prevent non-developers from getting keys. I deal with enterprise applications that do that to prevent just that sort of thing. Basically you require developer registeration, and refuse any applicant that doesn’t show they are really a developer.
I just asked Bing to write some VBA code that adds two numbers together. Here’s the code.
`Sub AddTwoNumbers() Dim x As Integer Dim y As Integer Dim z As Integer
End Sub `
I’m a VBA developer now. I’m entitled to get my own API, right?
Currently the key provisioning system is really only meant for developers, key requests have to be manually approved by reddit admins. You couldn’t have millions of users jump in to request their own keys. This uncertainty is why the 3pa devs considered and discarded the option of letting users provide their own keys, choosing to shut down their apps entirely. Making the system official and automated via Reddit Premium would have solved that.
Figures. Would have been too good to be true. Thanks for the explanation anyway!