David Casserly
David Casserly
I just ditched JSonKit completely and replaced with the Foundation version: ``` NSError *error = nil; NSData *jsonData = [NSJSONSerialization dataWithJSONObject:str options:NSJSONWritingPrettyPrinted error:&error]; if (!jsonData) { NSLog(@"Error creating JSON object...
Cool, I like this. Thanks. I've never done a Mac port before. Is it really necessary to have the if/else for the whole methods when at times the only difference...
Shit, sorry I haven't merged the patch by lysannschlegel yet. I've been catching up a bit so I'll get this done as soon as possible .
I'll have a look into this. It's more likely a cookie on Flickr's web site and the UIWebView rather than something in FlickrKit, as I've experienced this with ObjectiveFlickr too.
Sorry for the very late reply... however for the next person who reads this.... Sounds like you've missed the step with the callback URL. After you log in via Flickr...
I've had a look at the code but I need to test this. I see on line 418 you default to jpg, but then you request the originalExtension from the...
Ok that all makes sense. What I'll do is merge yours in (to give you credit where it's due) and then I'll make a few improvements on what you've started...
You will need to go through the Authorisation/Login process before you can upload images.
That error you get back from Flickr clearly states that you are not authenticated, so you are doing something wrong in the authentication process. You should print out the HTTP...
Ok, somehow it's working now... I've no idea what exactly i changed to make it work, I tried rolling some settings back to break it again and determine the cause...