How to use access_token??
Sorry, I don't know what you're talking about. We don't use access_token anywhere in our codebase.
I believe he's talking about the Graph API's access token (this), which is not the concern of this API.
@standnguyen197 This API just uses a username and a password for authentication.
Ah that makes sense.
The reason we use email/password is that we basically do exactly what the browser would do when you fill up the login form and hit enter, just server side.
This seems to answer the question, you can let us know if we misunderstood. Thanks!
Most helpful comment
Ah that makes sense.
The reason we use email/password is that we basically do exactly what the browser would do when you fill up the login form and hit enter, just server side.