Skip to content

Documentation confusion #2

@lukemelia

Description

@lukemelia

When learning the consumer side of this in IRB, I was confused by the readme code example:

  @access_token = @request_token.get_access_token

where for me it needed to be:

  @access_token = @request_token.get_access_token :oauth_verifier => '[verifier_from_provider_callback]'

Maybe I'm missing something?

Nice work on this, BTW!

Cheers,
Luke

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions