Is this a bug now too? I know theres a name index bug, but now I can't even do it with username. Am I doing this right?
FB.api('fql?q=SELECT uid FROM user WHERE username="'+username+'"',
function(response){
console.dir(response);
});
}
I'm getting:
"Your statement is not indexable. The WHERE clause must contain an indexable column."