views:

112

answers:

1

Is it possible to query using Facebook Query Language when not currently logged in as a Facebook user? I'm trying to simply query when the user isn't logged in, so I can return their name, but instead of throwing up any errors, it just returns a response but the fields are blank.

Any ideas why this occurs, or do I need to look at storing the values?

A: 

No, it isn't possible to query these values when the user is not logged in.

CodeJoust