Hi @majoritasdev,
I have one clarification regarding authentication and authorization for API Call. Please clarify
For every API call, we need consumer key, consumer secret, access token and secret token.
I have my consumer key and consumer secret. Using that am calling “https://api.twitter.com/oauth/request_token” this api and get response like both secret token and access token.
Now when i use these access token and secret token for other API calls like create campaign etc… getting “401:Authorization Required”
Am i missing anything here?
Note:
Actually, we have to create a campaign on behalf of my merchant where merchant will share consumer key and consumer secret alone with us. That’s why trying this approach to get the token’s
Thanks,