Hi there, I want to access facebook's database. I want to have some SQL-like access, let's say s.th. in this way: "select name from facebook-big-database-table where location='France' and city='Paris' and age between 30 and 40;" But, it need not to be SQL, PHP or JAVA would also be nice to use to me.
Does anybody know where to start? To be honest, I got a little bit lost in all the tutorials Facebook offers. Is it the so called "Connect" program which offers me what I want or s.th. different?