开发者

How to make a FQL query with Python?

I do:

str('https://api.facebook.com/method/fql.query?query=') + query

then this should be queried and get t开发者_StackOverflow中文版he JSON data converted in Python, but how to do it?


You should use something like urllib or pycurl to do http request and then use json library to decode received data. I believe documentation on each module is very detailed, so it should be sufficient.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜