Conversation
Modified Config.h to include Flickr API keys
|
Big ups to Muppets! Thanks so much for sharing. This works great. Couple of tips for future users: 1 - This requires the CFNetwork.framework |
|
Great work, Muppets! And thanks to bluesuedesw for the clarification, that helped me get this working quickly. I noticed that LFSiteReachability.h/.m and NSData_LFHTTPFormExtensions.h/.m were unused, so I removed those files from my local copy. I also modified SHKFlickr -sendPhoto: to not set the is_public flag. For my application, I want new photos to inherit the user's default sharing settings, rather than forcing all new photos to be private. |
With feedback from Eric-Wright, Removed unused files NSData_LFHTTPFormExtensions, LFWebAPIKit, LFSiteReachability. Also removed is public flag to fall back to users default when upload pictures. This branch also seems to have issues building Evernote so removed reference to this
|
Thanks Eric for your feedback. I've made your changes and pushed up a new commit. |
Modified Config.h to include Flickr API keys