-
Notifications
You must be signed in to change notification settings - Fork 34
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
Do I need to have a login flow? #56
Comments
i think you can create user for your app and use the token on each request |
@JLexDev The token expires after 24 hours. But before that, you can use the token for as many requests as you want. So you have to login at least once a day. |
@amerhamdan3 |
@voniersa |
You should not call the service directly. You must call the service through your own server |
Thank you very much, but I am only an Android developer :( |
use a proxy |
where can i get login credentials? |
|
using mit app inventor but the problem is error "too many request" |
Do I need to have a login flow?
Because I'm developing an Android App and it doesn't create the best user experience.
The text was updated successfully, but these errors were encountered: