public
Rubygem
Description: Ruby wrapper for Yahoo!'s FireEagle
Homepage: http://fireeagle.rubyforge.org/
Clone URL: git://github.com/jnewland/fireeagle.git
doc tweak
jnewland (author)
Sun Jun 29 19:23:02 -0700 2008
commit  50eda066ce02e1f7983b6bb18611819ee7c2466b
tree    e02582e303726213b0734c8ee54a21ed8cff74d9
parent  a2c23b1c0e41fc8175e84e674d4a2f2143679e4b
...
114
115
116
117
 
118
119
120
...
114
115
116
 
117
118
119
120
0
@@ -114,7 +114,7 @@ class FireEagle
0
       "#{FireEagle::MOBILE_AUTH_URL}#{@app_id}"
0
     end
0
 
0
-    # The URL the user must access to authorize this token. request_token must be called first. For use by web-based and desktop-based applications.
0
+    # The URL the user must access to authorize this token. get_request_token must be called first. For use by web-based and desktop-based applications.
0
     def authorization_url
0
       raise FireEagle::ArgumentError, "call #get_request_token first" if @request_token.nil?
0
       request_token.authorize_url

Comments