Mark Leci
Mark Leci
I haven't been able to get this working either, I think this repo has been inactive for a few years and it's quite possible the old authentication methods it uses...
You'll need to go to https://old.reddit.com/prefs/apps/ - I used a localhost URL for the about and redirect, and selected web app. Then go to the default_config.cfg file, which for me...
I was getting the same error, uninstalled python and installed the correct version, now I'm getting an error 'no python at ....' the location where the newer version of python...
Is there a way to configure this extension to a filter like this (rather than a search)? I am looking for filters as you'd see in Excel, Google Sheets etc.
@daniellbg Thank you for looking at this! I tried these steps but the filter still doesn't show. I think there is a problem in the js files, because if I...
@daniellbg finally coming back to this now. Since I'm using php, would you mind sharing the html that comes out of this or a link to your page? I've used...
@daniellbg sure - really I'm just interested in the table header and all the attributes there. I'm pretty sure that I'm just missing something in the attributes.
Here's what I did if it helps 1. Download Tumblr API files and place them in the root of your project 2. Get a consumer key and secret by registering...
Also if this helps, basic demo of the getBlogPosts method (obviously this example is not very useful just intended for illustration) ``` $url = 'yoururl'; $posts = $client->getBlogPosts($url, ['type'=>'text', 'notes_info'=>'true']);...
can you provide the code you're using?