Method: Weibo::OAuth#request_token
- Defined in:
- lib/weibo/oauth.rb
#request_token(options = {}) ⇒ Object
Note: If using oauth with a web app, be sure to provide :oauth_callback. Options:
:oauth_callback => String, url that twitter should redirect to
28 29 30 |
# File 'lib/weibo/oauth.rb', line 28 def request_token(={}) @request_token ||= consumer.get_request_token() end |