I an new in dotnet and i want to retrive access tokens from oauth i have api key and secret but when i creat final url to be hit to retrive tokens it response (The remote server returned an error: (500) Internal Server Error.) My final url is https://oauth.withings.com/account/request_token?oauth_callback=https://localhost:15626/Default.aspx&oauth_consumer_key=18cb37fb4fb6fbf75288c2e70d373cdefe535689fd1de80756feec2622e&oauth_nonce=2794396&oauth_signature_method=HMAC-SHA1&oauth_signature=sX4nv2hedzTU9Qih8RFw%3d&oauth_timestamp=1392386140&oauth_version=1.0
please help me to successfuly retriving oauth token and oauth secret. thank you.