views:

424

answers:

2

Hi All, I am developing a application where i want to load the image on flickr.I have seen the Snap and Run project where i tried to share the image using my API key but cannot do it. its giving response as invalid callback url. Can anyone help me with this as I am not able to do this,,

Thanks in advance,

A: 

Try the ObjectiveFlickr project: http://github.com/lukhnos/objectiveflickr

You'll need to give us more detail if you want a better answer.

Rob Keniger
thanks for your reply.i have implemented code from Objective Flickr and example Snap and Run is from that this project only. Its only giving problem to me..
maddy
Well unless you give us more information you aren't going to get any help. How could anyone know where your "Snap and Run" example came from? You didn't say. You also haven't given detailed information about what errors you are seeing or even really what you're trying to do.
Rob Keniger
Well im integrated the objectiveflickr code given by flickr API. and there we have snap and run sample project to execute. u can check from flickr API directly.
maddy
upload image objectiveflickr provided code NSInputStream *imageStream = [NSInputStream inputStreamWithData:imageData]; [request uploadImageStream:imageStream suggestedFilename:@"Foobar.jpg" MIMEType:@"image/jpeg" arguments:[NSDictionary dictionaryWithObjectsAndKeys:@"0", @"is_public", nil]];but its not working
maddy
Whoever downvoted my answer, could you please give a reason? Thanks.
Rob Keniger
thanks for all your support. i am able to uploading image into flickr
maddy
A: 

ObjectiveFlickr removes all of the EXIF info, how can I upload without removing it? I know we have to somehow not use the UI stuff

-1 You already asked this question and got answers there. It's considered bad form to resurrect old questions and post followup questions among the answers.
Dave DeLong