ForumsDevelopersSession Token User Specific?
Session Token User Specific?
Author | Message |
---|---|
garymanis |
Is the Session Token user specific? If I'm sync'ing multiple user's information, do I need a Session Token per user? If that's the case, then am I effectively limited to a maximum of 10 users because of the request limits?
Thanks! |
Jake Toodledo Founder |
Yes, you need a session token per user. The request limits are per token, so you are not limited to 10 users.
|
garymanis |
Just to clarify with a specific example...
The following quote is in the Rate Limiting section: "Each user is allowed to request 10 tokens per hour via the "/account/token.php" API call. Any further token requests will be blocked." If I had 100 users and were attempting to refresh all user's data, I could do so because "each user" is allowed up to 10 tokens per hour? |
Jake Toodledo Founder |
If you have 100 users, then you can request 1,000 tokens per hour.
100*10=1000 |
gmanis |
Thank you!
|
You cannot reply yet
U Back to topic home
R Post a reply
To participate in these forums, you must be signed in.