For the following tutorial step: You’ll need a test value: concatenate the consumer key, a colon character ‘:’ and the consumer secret key into a single string; encode this string with a Base64 algorithm; at the beginning of the encoded string add “Basic.” You can get an encoded string with an onlin...