hi,
from some time my application has broken and it is sometimes not possible to login.
It is very strange because i did not changed this part of code and it sometimes not working.
Sometimes it works, sometimes gives NullPointerException. I was wondering that maybe facebook is working right now on their side
with login feature but cannot check this so decided to ask here if you also have such behavior.
Here is a stack trace and you can check login process on
http://cellohost.com/ just try to register as beta tester but not finish the process.
java.lang.NullPointerException
at facebook4j.auth.OAuthAuthorization.getOAuthAccessToken(OAuthAuthorization.java:122)
at facebook4j.FacebookBaseImpl.getOAuthAccessToken(FacebookBaseImpl.java:244)
at eu.jaaz.portal.web.FacebookAuth.doGet(FacebookAuth.java:146)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:618)