Subject: | Minor issue in docs for request_access_token |
The description for method request_access_token includes the line:
"Returns the access token and access token secret but also sets them
internally so that after calling this method you can immediately call
location or update_location."
There are no "location" methods in Net-OAuth-Simple itself, so I'm
guessing these may be leftover from the Net-FireEagle module docs.
Perhaps this should refer instead to being able to call
make_restricted_request immediately after?