-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users method does not work. #1
Comments
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 |
Calling
var_dump($api -> users(123456))
method always returnsNULL
whether logged in or not. Inserting the following codevar_dump($result);
between lines 562 and 563 of pixiv.php prints onlybool(false)
and no exception is thrown.The text was updated successfully, but these errors were encountered: