Reddit even gives each user 100 API queries per minutes for free.
Why can't apps use that to access the data for each user?
When I go use an app that talks to OpenAI for example, it asks me to put in my API key. So why not just do that for third party reddit apps?
I think the app can just ask the user to OAuth with it and then it should be able to use that user's API access up to the free rate limits.
It sounded like an OAuth'd user gets an individual allocation of free rate limited API queries (100 per minute).
Reddit even gives each user 100 API queries per minutes for free.
Why can't apps use that to access the data for each user?
When I go use an app that talks to OpenAI for example, it asks me to put in my API key. So why not just do that for third party reddit apps?
I think the app can just ask the user to OAuth with it and then it should be able to use that user's API access up to the free rate limits.