Hello, I'm running the demo client webapp under jetty with facebook as the AS (workflow started from http://localhost:8080/). When I get to step 3 (get resource), what am I supposed to add to the resource URL? I've tried http://localhost:8080/get_resource but this returns:
java.lang.NullPointerException at org.apache.oltu.oauth2.client.URLConnectionClient.execute(URLConnectionClient.java:62) at org.apache.oltu.oauth2.client.OAuthClient.resource(OAuthClient.java:81) at org.apache.oltu.oauth2.client.demo.controller.ResourceController.authorize(ResourceController.java:64 Is the ResourceController attempting to validate the token or just check one is there? Why is it failing? Thanks, Lumus