»A.1. | How do I calculate the protocol itemid to get the “URL” itemid? |
For protocol methods that return an itemid, there is also another variable returned called anum. To calculate the public URL itemid, use the following formula: (itemid * 256) + anum. | |
»A.2. | What are the limitations on post and user information data? |
To help calculate portions of your client, here are the upper limits of client affected data:
| |
»A.3. | I just wrote a client for LiveJournal. How do I go about getting it on the Download page? |
The Downloads page currently requires manual updates, which happen infrequently. Due to the large userbase which uses clients offered up via the Downloads page, we prefer to only add well-established clients to the page at this point.
All too often, someone will code a client and then abandon it after a certain amount of time.
If you feel that you are willing and able to commit to maintaining and providing support for
a client, then by all means produce one and announce it on
lj_clients | |
»A.4. | Why doesn't my client show up on my user info page? |
Recently client logging was disabled because its current implementation was consuming far too many database resources. It will likely reappear in the future, once a more efficient design is coded and tested. |