Hey everyone, I am sorry if this question has already been asked/answered But I have a Cocoa program that has different arrays of models. Each model hold just Strings and one Image. Archiving and Loading works great.
Each model represents a web account, that is, it holds the username and password, and some other information related to the website. Moving forward I would like to be able to update information in each model by accessing the information from the website. For example updating a balance ($). I am wondering if there is a way to do that programatically that is:
- Automatically log into web account using the entered username, pass, and website url
- Update the balance based on the information following log in.
Thanks for the help in advance!
Tamara