I am trying to connect a CakePHP application with my an account from Toodledo.com
There is documentation for the process on Toodledo's side of things [ http://www.toodledo.com/info/api_doc.php ], but I am unsure how to connect their service with CakePHP. Steps I think to make this succeed. 1. Have user login on example.com with their Email, Unique User ID, Password for Toodledo. 2. The Unique User ID is submitted to Toodledo from example.com and a Token is returned. 3. The Key - [md5(md5(Password)+Token+Email))] is then stored with a timestamp (after 4 hours the session between example.com and Toodledo expires) 4. The Key is referenced for every API call within the next 4 hours. What I don't know how to do. 2a. Submit something to another site. 2b. Properly parse the returned XML Tag <token>td34234235234234</ token> 3. Securely store a Key & Timestamp within the session. Cheers, Tim Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe, reply using "remove me" as the subject.