Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
benwyrosdick committed Apr 2, 2008
1 parent 97729b7 commit 1d15c8d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gemified
Expand Up @@ -8,3 +8,4 @@
:email: ben@commonthread.com
:version: 0.1.2
:homepage: http://www.commonthread.com/projects/ruby-flickr/rdoc/
:has_rdoc: true
17 changes: 16 additions & 1 deletion README
Expand Up @@ -12,7 +12,22 @@ RDoc Documentation can be found here:

http://www.commonthread.com/projects/ruby-flickr/rdoc/

== Example
== Authorization Example

require 'ruby_flickr'

flickr = Flickr.new('YOUR_API_KEY', 'YOUR_API_SECRET', 'CACHE_FILENAME')

puts "visit the following url, then click <enter> once you have authorized:"

# request write permissions
puts flickr.auth.url(:write)

gets

flickr.auth.cache_token

== Search Example

require 'ruby_flickr'

Expand Down

0 comments on commit 1d15c8d

Please sign in to comment.