I am creating an application with Facebook Connect. I have created a test user using techniques from http://developers.facebook.com/blog/post/429.
I can log in to Facebook as the newly created user, but can't access even basic information for the user through the Facebook Graph API. With real users, I can use URLs like http://graph.facebook.com/. This isn't working with my test user.
I have tried the same URL using CURL with and without an application access token with both http and https.
Does anyone know if Facebook test users are queryable through the graph API and if so how?