I’m currently working on the reddit project, and it recommends to use the .JSON API. Is this still tenable? The problem I am running into is that reddit now sources its images through a preview that makes getting the original source very difficult (as of yet I have not found out how, though there is apparently an extension for some browsers so I assume it is possible). Has anyone else found a solution to this, or is using 0Auth flow more realistic for the project given this problem.
What are you trying to get exactly?
Also if you are using API’s of well-known sites read that sites documentation on its use. Sometimes they do change in drastic ways, particularly when they are free.
I realized that the image is contained in a property called ‘url_overridden_by_dest’ which does not have the problem of giving you a link to the reddit preview functionality. It was definitely not where I was expecting to find an image file but the problem is now solved. Thanks!