Hi guys,
I'm trying rerun kennedy app sample.
as long as i've not token yet, i add function login
in after create BBAuthentication instance.
look like this:
BrowserBasedAuthManager authManager = new BrowserBasedAuthManager(appid,
secret);
authManager.login(); // which refer to link
http://developer.yahoo.com/auth/user.html
authManager.authenticate();
but unfortunately, while login my app sample returning error such this:
[Fatal Error] strict.dtd:81:5: The declaration for the entity "ContentType" must
end with '>'.
Exception in thread "main" YmwsSample$AuthException: Error parsing XML
at YmwsSample$BrowserBasedAuthManager.login(YmwsSample.java:446)
at YmwsSample.main(YmwsSample.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav\
a:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
anyone could help me... im really stuck regarding this and has spent much time
for this.:(
thanks for your help