I am new to integrating drop box, but I am not quite sure how to generate a call to get the request token secret.
https://www.dropbox.com/developers/reference/api#request-token
I have to make a call to this url https://api.dropbox.com/1/oauth/request_token
what is the best way to do this? with c#?.
Thank you for any help you may provide
PS: I am just not sure which c# libraries to use for this.
There's a .Net Dropbox library on Codeplex which looks quite good: http://sharpbox.codeplex.com/