flickr-objects
flickr-objects copied to clipboard
An object-oriented wrapper for the Flickr API.
Results
2
flickr-objects issues
Sort by
recently updated
recently updated
newest added
👋Hello @janko, I am at the spike phase of a new project, and I'm having trouble requiring the lib in a non-rails context. I tried `flickr` and `flicker-objects` individually, like...
Some Flickr methods cause an OAuth error: ``` Flickr::OAuthError: Signature invalid ``` So far Flickr methods which are known to cause this error are: - `flickr.photos.transform.rotate` - `flickr.photosets.reorderPhotos` It is...