Closed GoogleCodeExporter closed 8 years ago
I was able to reproduce this and noticed the exception is thrown at this line:
String session = client.auth_getSession(token);
However, I am not versed in developing for a Desktop application.
I did notice in FaceBookRestClient though, that this line is setting the call
to use
SSL when using a Desktop app and the AUTH_GET_SESSION method:
boolean doHttps = isDesktop() && FacebookMethod.AUTH_GET_SESSION.equals( method
);
Original comment by hahna...@gmail.com
on 8 Oct 2008 at 3:01
The fix is to change api.new.facebook.com to api.facebook.com, since the
migration
to the new profile is complete.
Original comment by hahna...@gmail.com
on 21 Oct 2008 at 5:45
fixed (2.0.2-SNAPSHOT)
Original comment by fern...@gmail.com
on 22 Oct 2008 at 5:32
Original issue reported on code.google.com by
kristjan...@gmail.com
on 7 Oct 2008 at 8:12