2009/6/17 Robert Černý <[email protected]>: > I'm looking for a recommendation - where to start. I'm in need of > developing a desktop client for web application which (unfortunately) > doesn't have an API. My original idea was to mimics browser - parse > responses and POST commands. Is it the right way to do it or is there > a better method?
If there's no API, this is probably what you're going to have to do. Screen-scrape the site and mimic a browser using NSURLRequest. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
