A curl HEADER should contain the following:
oauth_consumer_key="YOUR KEY HERE",
oauth_signature_method="HMAC-SHA1",
oauth_token="YOUR TOKEN HERE",
oauth_timestamp="TIMESTAMP",
oauth_nonce="OAUTH NONCE",
oauth_version="1.0",
oauth_signature="SIGNATURE"
where can i get the consumer_key, a valid oauth_token, timestamp, nonce, signature??
vic, thanx!