this post was submitted on 10 Jun 2023
142 points (100.0% liked)
Technology
39924 readers
464 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not super technical but can someone please explain why the third party apps can't just require each user to enter their own oauth token? That way all the API calls get tied to the users instead of the app and there's no cost. Am I misunderstanding something?
You already got a good answer from @[email protected]
Another way to think of it is: Would Reddit really want to make an API Application Key for each user of their site when the point of the API change in the first place is to make Reddit profitable?
LIke, even if I could build an open source "Reddit App Whatever" from scratch when I got to use it I would need to request an Application Key from reddit.
Read about it here: https://github.com/reddit-archive/reddit/wiki/OAuth2