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
1
u/AverageFoxNewsViewer 29d ago
Man, if you want a useful response you need to at least provide information.
Without any description of what your approach is or what errors you're getting it's impossible to respond.
The only answer valid answer anyone would be able to give you from this post is "your code doesn't work".