开发者

Access to facebook data

开发者 https://www.devze.com 2022-12-15 17:11 出处:网络
I want to access facebook\'s database. I want to have some SQL-like access, let\'s like this: \"select name from facebook-big-database-table where location=\'France\' and city=\'Paris\' and age

I want to access facebook's database. I want to have some SQL-like access, let's like this:

"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 开发者_StackOverflow社区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 something different?


Facebook does have a bunch of API's, one of which actually looks like SQL. They call it FQL. Check it out here. Maybe it can help you some part of the way at least.

Note that it won't give you raw access to the underlying tables. But still, better than nothing I guess.


Facebook isn't going to let you mine their database in that way. Not possible.


You wont be able to access facebook's database. The most you'd be able to do is to get information of users who previously have consented your application to access their data.

Therefore answering your question, what you want can't be done, period.

0

精彩评论

暂无评论...
验证码 换一张
取 消