Comment by Meepster23 on 06/06/2023 at 12:47 UTC

3 upvotes, 2 direct replies (showing 2)

View submission: Lets talk about those API calls

View parent comment

No the client id is for the application itself. Each user gets their own token for the app, and the rate limit used to be at that token level but they changed that

Replies

Comment by th3owner at 06/06/2023 at 17:43 UTC

2 upvotes, 1 direct replies

The problem is that by setting the rate limit at client ID level, they are putting all third party apps in a single basket, because as you said, with just a handful of users, all developers will be hitting those limits. If reddit really wanted to target large scale apps, the LEAST they could do was to still keep the new rate limits on access_token level.

Comment by hyzmarca at 07/06/2023 at 00:15 UTC

1 upvotes, 0 direct replies

How about having a unique client id for every installation?