FlickrKit
FlickrKit copied to clipboard
An iOS Flickr Framework, written in Objective-C
Hello, I am trying to implement Flickr authorization, it seems that it succeeds to enter into project page, but after clicking at button which gives app permission - webview shows...
I am getting this error while building the demo app after installing the pods for flickr.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Hey there, first off I want to thank you for creating this fantastic API. Easy methods and great documentation. Thank you sir. Here is the call I am making `let...
Hello, I use your FlickrKit SDK, it works perfect. But recently I found I cannot auth the flickr account. The error message is like following: ``` An extern app want...
FlickrKit.sharedFlickrKit().uploadImage(UIImage(named: "tumbler_normal.png")!, args: ["photo":data64], completion: { response in print("Successs...Post image Flickr. ....") print(response) // Getting Error -- 99: User not logged in / Insufficient permissions-->> Write permission Needed Please Help...
Hi, Can you merge this pull request please ? https://github.com/devedup/FlickrKit/pull/43 Thanks.
These changes allow me to manage multiple Flickr accounts within one app, and removing any shared dependencies. The default behaviour has not been changed, and the only public changes are:...
This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...