zlacker

[return to "Had a call with Reddit to discuss pricing"]
1. SirMas+Cg[view] [source] 2023-05-31 18:38:53
>>robbie+(OP)
They say that the free tier API for users will be 100 queries per minute.

Why can't a third party app use each user's individual API queries for that user's app usage? Like you have the user OAuth with the app, and then the app uses that user's own user API access to query the API. 100 queries a minutes seems like it should be enough for most people.

◧◩
2. jamie_+GQ[view] [source] 2023-05-31 21:08:04
>>SirMas+Cg
Because they're also taking this opportunity to change rate limiting from client_id+user_id to just client_id.

To stay inside the free tier, you get 1000 requests spread over 10 minutes (their current spike-smoothing behaviour) across your entire user base.

◧◩◪
3. SirMas+rV[view] [source] 2023-05-31 21:35:21
>>jamie_+GQ
I'm not that great at APIs.

Is client_id something you have to register with reddit?

So you can't, for example have a client_id per user?

What if you as the app maker forced all your users who want to use your app to go register for their free personal client_id for their own personal API use, and then you have them give that client_id to the app along with their OAuth with they log in?

I am just trying to understand why a third party app can't just be a "software shell" that individual users can use to access reddit through their own personal free API limits as if they were just some individual accessing reddit through the API.

[go to top]