Snippets tagged twitter; authorization

  • Twitter OAuth

    Generates the value string for the "Authorization:" header given Twitter application/user keys and tokens and the parameters for the request being authorized.

    0 people like this

    Posted: 11 years ago by Faisal Waris

  • Twitter OAuth

    Generates the value string for the "Authorization:" header given Twitter application/user keys and tokens and the parameters for the request being authorized. Slightly updated to allow additional oauth parameters to be included in the header. This version handles the case when the token is not yet available, i.e. when you want to request a new token/token_secret pair.

    2 people like this

    Posted: 11 years ago by Faisal Waris