I'm trying to write an app that allows the user to take a photo, then upload it to a flickr group pool. Does anyone have any sample code that does this or can point me in the right direction?
Thanks.
I'm trying to write an app that allows the user to take a photo, then upload it to a flickr group pool. Does anyone have any sample code that does this or can point me in the right direction?
Thanks.
Your question is rather unspecific. The Flickr API is well documented. You will have to use NSURLConnection
to call the appropriate API methods.
I would start by learning: