Users method does not work.
johncave opened this issue · comments
Calling var_dump($api -> users(123456))
method always returns NULL
whether logged in or not. Inserting the following code var_dump($result);
between lines 562 and 563 of pixiv.php prints only bool(false)
and no exception is thrown.
Please upgrade to the latest release.
Thank you so much for the super fast fix ❤️ my users have been begging me for Pixiv integration and now I have what I need.
When running the test.php file I'm getting a few other errors, but they're not relevant to my app so I'm not worried, if you're interested in seeing those errors too.
Where is the test.php file ?
Sorry, I meant demo.php.
Maybe some of public API is deprecated.It returns 400 bad request
.