Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Not encoding the OAuth signature...? #10

@ghost

Description

I've noticed, using Postman, that I manage to authenticate and get tokens, if I unchek "Encode Oauth Signature", while using this in my code, does not work and I get 403: Invalid signature. Expected signature base string...

(format "%s" (cdr (assoc "Authorization" (oauth-request-to-header (oauth-sign-request-hmac-sha1 (oauth-make-request "https://www.instapaper.com/api/1.1/oauth/access_token" "907c713f7d564099b3sdwdcee2b20126") "7a9dd1867ert4be59ff0e53968206196")))))

The same message appears in Postman, if I do check "Encode OAuth signature"

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