Header unallowed character "_"

I’m trying to get a api from twitter but it when authorizing it saying Header unallowed character “_”

            ['authorization'] = "OAuth",
			['oauth_consumer_key'] = httpservice:UrlEncode(consumerKey),
			['oauth_nonce'] = httpservice:UrlEncode(nonce),
			['oauth_signature'] = httpservice:UrlEncode(signingKey),
			['oauth_signature_method'] = httpservice:UrlEncode("HMAC-SHA1"),
			['oauth_timestamp'] = httpservice:UrlEncode(timestamp),
			['oauth_version'] = "1.0"
1 Like

A similar topic for this issue has already been opened. Perhaps try checking that out and see if it helps.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.