Legend
Forum
Unread topics or posts
Topic
Unread posts
Locked
Announcement
Forum
Unread topics or posts
Topic
Unread posts
Locked
Announcement
Search
Search results for "Posted by danielgodson"
| Author | Message |
|---|---|
|
danielgodson |
Posted: Feb 27, 2012
From Topic: Setting Task IDs
I'm not having much luck setting the task ID when I create a task. I'm following the syntax shown here (http://api.toodledo.com/2/tasks/index.php) but my suggested values are being ignored. Neither a small number (7) nor a large one (70000000) worked. Is there something I'm missing? |
|
danielgodson |
Posted: Feb 01, 2012
From Topic: API 2.0 URLs
Is there a single location that lists all of the available URLs for API 2.0? I ask this because I've been working off sample code using the original API and I need to update all the URLs for API 2.0. |
|
danielgodson |
Posted: Jan 30, 2012
From Topic: Account Info Timestamps
Many thx. I've been working off some 3rd-party sample code and probably need to check/update all the URLs to point to API2. |
|
danielgodson |
Posted: Jan 26, 2012
From Topic: Account Info Timestamps
When requesting account info, I'm getting all the timestamps back as formatted strings _not_ as unix times. eg. <lastaddedit>2012-01-26 02:44:05</lastaddedit> How do I remedy this? |
|
danielgodson |
Posted: Jan 26, 2012
From Topic: Session Tokens
Thx. What I'll do is to save the session key to a local file and then verify it each time the application loads. |
|
danielgodson |
Posted: Jan 25, 2012
From Topic: Session Tokens
I'm writing an desktop application to sync with ToodleDo, and I've been blocked by ToodleDo for making too many token requests. I thought if I had an appID that there would be no such blocking. Can you clarify? |
|
danielgodson |
Posted: Jan 25, 2012
From Topic: AppID?
Thx. Could I ask that it be made more accessible in future? |
|
danielgodson |
Posted: Jan 24, 2012
From Topic: AppID?
Many thx. As a result of re-visiting this page I discovered that I had already registered an app, I just just was unable to find it. Where in my settings/account options does it state what my registered apps are? |
|
danielgodson |
Posted: Jan 21, 2012
From Topic: AppID?
Where do I procure an AppID? I thought I already had but I can find no email record of such a transaction so maybe it was just wishful thinking. |
|
danielgodson |
Posted: Jan 13, 2012
No worries, I guess I'll just have to figure it out when I get to it. |
|
danielgodson |
Posted: Jan 12, 2012
>> You can have multiple people syncing to the same account, though, which is one way to collaborate. This sounds interesting. Is there more detailed documentation I can read to understand this in greater depth? |
|
danielgodson |
Posted: Jan 12, 2012
Rather than jumping too quickly to a conclusion after having read a few postings, I thought I'd ask a few questions and hope for some definitive answers: 1. Can multiple remote users modify a single shared tasklist? 2. If yes, are there any restrictions? ie must they be using the TD website, or can they work off their smart phones via the API? 3. Can a desktop application read and write to this same tasklist via the API so that the remote users can be updated with new tasks, etc? |