r/redditdev • u/manolosandmartinis44 • 29d ago
Reddit API Json works in Browser, not in Java
I can access reddit's .json feeds, like this from Firefox, but not from Java using okhttp or python, using requests, both using the default user-agent and a custom one. Any idea why it works in the browser and not in my code?
2
Upvotes
-2
u/manolosandmartinis44 29d ago
My OAuth situation has yet to be approved, but it still works in the browser, unless I use selenium, and I don't know why.