Scraping a Facebook App for Data

后端 未结 5 1616
鱼传尺愫
鱼传尺愫 2021-01-03 11:14

I\'m using a Facebook application that has a rich set of information that I\'d like to get at offline. To do this, I essentially need to read the infromation from the web pa

5条回答
  •  温柔的废话
    2021-01-03 12:11

    Facebook uses REST so you can request the data from the server; it also has the ability to access data from the client-side JavaScript API. You can check the wiki for more information; it uses a rest_server.php?method= to get the data from the appropriate methods.

    Check out http://www.facebook.com/developers to get more information about these objects/methods/creating an application so you can query facebook data.

提交回复
热议问题