Close
can't add favourite when using flexbooru or mbooru on phone
hi i want to know why flexbooru or mbooru can't add favourite. i have been login ,but don't konw where to fill api key in flexbooru or mbooru?
Can someone answer? Thank you very much
These are 3rd party apps, so no idea how they implement it. Maybe find their devs and ask directly?
fireattack said:
These are 3rd party apps, so no idea how they implement it. Maybe find their devs and ask directly?
maybe in forum,someone use those app and can tell me why
but your suggest is good!
Your config may be wrong.

You can find config url in this website, and use "import from clipbord" to config flexbooru.

web: https://flexbooru.github.io/flexbooru/config.html
They all used the(GET method)'user.json?name=' API to complete the login, and did not send(POST method)'/user/check.json and /user/authenticate to the server, so that they could not complete the user authentication process and the server returned a 403 error. In this way you can even login with any password.