【发布时间】:2010-09-29 13:11:08
【问题描述】:
curl HEADER 应包含以下内容:
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"
我在哪里可以获得consumer_key、有效的oauth_token、时间戳、nonce、签名??
维克, 谢谢!
【问题讨论】: