Hello. I've just released v0.6 of the Microsoft-Translator-Java-API to
Maven Central.
This version introduces compatibility with the new Windows Azure
Marketplace OAuth scheme and should address the issues experienced by
anyone who registered a Bing ID after March 31, 2012.
Older Bing App Ids should continue to work for the time being, but I
would highly recommend existing users to switch over to the new
authentication scheme
Follow the first 2 steps in the following link in order to obtain a
Client ID and Client Secret for use with the API.
http://msdn.microsoft.com/en-us/library/hh454950.aspx
Now, instead of calling Translate.setKey() when using the Java API,
you will call Translate.setClientId() and
Translate.setClientSecret() . Everything else should work as before.
To include the 0.6 release in your project, add the following line to
your POM.xml:
<dependency>
<groupId>com.memetix</groupId>
<artifactId>microsoft-translator-java-api</artifactId>
<version>0.6</version>
<type>jar</type>
</dependency>
Please let me know if you have any questions or comments.
Thanks!
-jonathan
jonatha...@gmail.com