Forum Settings
Forums
New
Apr 11, 9:22 AM
#1
Offline
Mar 2025
2
Hello! So i'm actually making a NPM module that use anime/manga API and i'm trying to implement MAL API in my module. For testing purpose, i have to make web requests to the API, but i need an ID to continue, my problem is that it requires a homepage URL and a redirection URL, but it's not an web/mobile app, so how i'm supposed to do tests if the form needs these two URLs?
Reply Disabled for Non-Club Members
Apr 14, 2:39 PM
#2
四十二

Offline
Mar 2016
488
@Normi-kun Hi! A couple of questions:
  • Does your application need to edit/alter some data (e.g., a user's anime list), or does it only read public data?
  • Is your application supposed to run on the back end (e.g., on a server or PC, outside of a browser)?

For testing, you can use your MAL's profile page as your Homepage URL. But the Redirect URL depends on my two questions.
HTCPCP/1.0  ★ MetaMAL  ★ Picture credits: Kieed & 1041uuu
Apr 27, 12:59 AM
#3
Offline
Mar 2025
2
Reply to ZeroCrystal
@Normi-kun Hi! A couple of questions:
  • Does your application need to edit/alter some data (e.g., a user's anime list), or does it only read public data?
  • Is your application supposed to run on the back end (e.g., on a server or PC, outside of a browser)?

For testing, you can use your MAL's profile page as your Homepage URL. But the Redirect URL depends on my two questions.
@ZeroCrystal Hello! Sorry for the delay!
My package will be using the API as read-only data (anime and manga results only.), with multiple methods (using JS), I have to make a find method, a list method, and maybe a few others to get more details about the characters and stuff... Will depend on available endpoints and parameters.
And it is supposed to be used in a backend webserver (like using ReactJS or another Framework)
Apr 27, 8:04 AM
#4
四十二

Offline
Mar 2016
488
Reply to Normi-kun
@ZeroCrystal Hello! Sorry for the delay!
My package will be using the API as read-only data (anime and manga results only.), with multiple methods (using JS), I have to make a find method, a list method, and maybe a few others to get more details about the characters and stuff... Will depend on available endpoints and parameters.
And it is supposed to be used in a backend webserver (like using ReactJS or another Framework)
@Normi-kun Thanks for the clarification. Read-only applications are easier to implement because they can bypass most of the OAuth pipeline.
You can directly pass your Client ID for authentication, there's no need to issue and manage Access Tokens.

You can read more here: [Nov 2021] Public information can now be accessed without authentication
HTCPCP/1.0  ★ MetaMAL  ★ Picture credits: Kieed & 1041uuu
Reply Disabled for Non-Club Members

More topics from this board

» I built a spotify-styled 'MyAnimeList Wrapped' for a yearly review of your anime and manga

XAvishkar - Dec 14

1 by Joeliazeers »»
Dec 17, 1:01 PM

» [Repost] list of all relation_type and media_type.

Mr_UnknownOtaku - Dec 8

4 by -DxP- »»
Dec 12, 8:43 AM

» How to get author name?

EdibleMuffin - Feb 12

4 by XAvishkar »»
Dec 8, 9:52 AM

» 401 Unauthorized when doing authorization flow

Konng_ - Nov 16

2 by Konng_ »»
Nov 28, 3:24 PM

» [discontinued] I made a webapp to compare plan-to-watch lists

daux - Apr 16, 2022

33 by daux »»
Oct 2, 4:17 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login