WizardFactory / BlogSyncer

one write posting all of the world
Apache License 2.0
3 stars 10 forks source link

JUS-89 Twitter api rest 방식으로 개선하기 #123

Open kimalec opened 9 years ago

kimalec commented 9 years ago
 curl --get 'https://api.twitter.com/1.1/users/show.json' --data 'screen_name=rsarver' --header 'Authorization: OAuth oauth_consumer_key="wIt4YULTqMgy2IWrgDBTPEbiC", oauth_nonce="28f4b43ebb0ada37fdc70aabb614a17a", oauth_signature="fifUXC00%2BG6k%2BzirQU6V1s1HJHs%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1417850263", oauth_token="86051098-4MLX76ixYzVrgGlwyfYEmUHkEdaM7dZrs6szVZxP0", oauth_version="1.0"' --verbose
kimalec commented 9 years ago

Sean Kim added a comment - 07/Dec/14 1:35 AM 정상 request 내용

GET /1.1/users/show.json?screen_name=mis2010&user_id=86051098 HTTP/1.1
Authorization:
OAuth oauth_consumer_key="DC0sePOBbQ8bYdC8r4Smg",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1417847300",oauth_nonce="-153409317",oauth_version="1.0",oauth_token="86051098-6yODEY83ZWobketAcKNIuBCxQT7BSETgl3abqJOeT",oauth_signature="ecEXeKpXDVwPRMbykk08cmrrR30%3D"
Host:
api.twitter.com
X-Target-URI:
https://api.twitter.com
Connection:
Keep-Alive