Skip to content
TORNLIFE More

API usage validation

Started by Arkady2000 [4013301] on in API Development.

3 replies · 99 views · thread synced · 3 days ago · View on torn.com
About this thread

Posts archived: 4 / 4 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
4
Discussion span
→
People posting
3
Likes on archived posts
0
Posts by staff, officers and moderators
1
Authority score
71 / 100
Historical score
17 / 100
Story score
25 / 100
Engagement score
48 / 100

Mentioned in this thread

IceBlueFire [776] ×1 Player 2100673 [2100673] ×1

Arkady2000 [4013301]

Hi,

I made a small tool for use in faction, to my best knowledge fully complying with rules and API documentation.
Yet I'm looking to whom I can ask about validation that it is not causing any harm. 

TMO's faction tool asks each member to log in with a Torn API key custom-scoped to only `user > log` for two categories (gym-training energy spend and Xanax hospital events), which it encrypts at rest and never shares between members or uses beyond re-pulling that
same member's own log data.
Data agregation is then presented as a Dashboard for faction members. 
It rejects keys from any other faction. A first-time login can trigger ~50–100 small, week-chunked calls against that member's own key to avoid Torn's log endpoint truncating large ranges; every login after that is a single small incremental call, and faction-wide syncs are staggered rather than bursted.

I can provide full description if needed. 

User agent for API calls also provides identification and contact. 

I’m looking to someone who can say that key usage and data sharing is ok?

thank you

Arkady