vimpr/vimperator-plugins

Microsoft Translation plugin cannot authenticate with appID.

lazureus opened this issue · 2 comments

Hello,

I've tried to use microsoft_translation.js plugin however all I get is following exception :

"ArgumentException: Invalid appId\u000d\u000aParameter name: appId : 
ID=5107.V2_Json.Detect.42E206CA"

Can it be possible that appID authentication is deprecated ? like it's written in this answer ?

http://stackoverflow.com/questions/14131141/how-to-use-bing-translation-api
http://msdn.microsoft.com/en-us/library/hh454950.aspx#powershellexample

or here ?

Hi,

just now supported authentication with an Access Token.
please write the following settings after obtaining your client ID and secret.

let g:microsoft_translator_client_id='XXX'
let g:microsoft_translator_client_secret='XXX'

Hi,

right now it's working. I'm closing this issue ;)