I have signed up with Microsoft Translator with a subscriptions of 2,000,000 characters
and I was a ssigned a Primary account key
but how do I access the Translator API from C# using primary account key in asp.net web form?
I see one way to do is to obtain an Access Token using this link:
http://msdsn.microsoft.com/en-us/library/hh454950.aspx
Also, what is the code in C# to get the Access token key using HTTP POST REQUEST TO token Service?