Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A Web crawler is a computer program that browses the World Wide Web in a methodical, automated manner or in an orderly fashion. Other terms for Web crawlers are ants, automatic indexers, bots, Web spiders, Web robots, or—especially in the FOAF community—Web scutters.

learn more… | top users | synonyms (3)

0
votes
0answers
6 views

Facebook shows short url's destination instead of short url itself

Sometimes when there are frequent posts of the same url, facebook 'aggregates' them into one link, the sepcial things about this link is that facebook crawls though short urls e.g.: ...
0
votes
1answer
47 views

Using Curl with Cookie able to log into twitter etc but not facebook wordpress etc?

I'm using cUrl with cookies and user agents to log into several websites and fetch information. It's very convenient but it doesn't work for some websites. And I'm very curious about why. For example, ...
0
votes
0answers
97 views

Can we crawl Facebook check-in data

I wanted to crawl Facebook or Foursquare check-in data for all the users (who are not my friends). I found that this is not possible in Foursquare in this link. Is it the same for Facebook. If yes, ...
1
vote
1answer
65 views

FQL limitation: Need external spider to get friends of friends - what to use?

Facebook's FQL won't allow for getting a friend's friend list unless that friend has authorized the app, even though you have access to it if you visit their page. (At least mutual friends.) So, I ...
8
votes
1answer
232 views

Facebook requests for {url}/no_facebook_preview_picture.jpg on 404 links

We operate a URL shortener, over the last week or so we've started seeing lots of weird requests for {normal url}/no_facebook_preview_picture.jpg from Facebook owned IPs and the user agent ...
0
votes
0answers
68 views

Twitter authentication api auto login

I am trying to crawl information from a site that requires login. However the login is available only through twitter or facebook authentication api. Can anyone help me if there is a possibility for ...
0
votes
1answer
33 views

Identify websites with fb:app_id in the meta tags

I'd like to crawl many websites, check if they've got a fb:app_id in the meta tags and store these website urls in a file. Do you know any tool, software or service I could use for this approach? ...
5
votes
5answers
396 views

Best way to choose an image from HTML to use as a thumbnail/preview of the page

Assuming there is no og:image or link rel img_source, does anyone have any real-world experience or advice on better-than-random techniques to choose an image that best represents a web page? Update: ...
0
votes
2answers
134 views

php web crawler breaks, running out of time limit?

I am writing a PHP Web Application to do statistics on multiple(actually a long list of) Facebook pages. I set up the crawler to fetch data for all of the pages from Facebook every day so the data is ...
-4
votes
2answers
139 views

How do i get all public pages url from facebook?

How do i get all public pages url from facebook? I want to create a script for getting all public pages of facebook under a particular country.
0
votes
2answers
158 views

light version of pages for facebook

We have a site with 10M product pages with fb like buttons and fb comments. Facebook in turn seem to visit us by 69.171.228.x and 69.171.229.x with computers seemingly oblivious to each other. This ...
1
vote
1answer
443 views

Offline testing of OpenGraph / 'Like'

How can I test the 'Like' button functionality and OpenGraph data embedded in my pages while my site is not publicly accessible? I have an internal test environment where my site is being built and ...
0
votes
1answer
676 views

facebook crawl wrong final url

I use facebook debug og to see what facebook crawled.. Final URL: http://xxx.appspot.com/?_escaped_fragment_=homePage Canonical URL: http://xxx.appspot.com/#!homePage The canonical url is ...
0
votes
1answer
130 views

Get Facebook status and replies for those status

I am trying to get facebook status and replies for those status, so what I didn't find anything other than Status messages: [a link] https://graph.facebook.com/367501354973 (A status message from ...
0
votes
1answer
136 views

Crawl user articles from social network programmingly

Is it possible to crawl user information programmingly from social network like Facebook? I need some user information(more specifically, the articles posted) to do a small data mining project. I ...
0
votes
0answers
105 views

Facebook's since id

Hi guys : I have a web app that crawls a list of 10 or so users using fb access_tokens. It saves the unix time stamp after each crawl, so as to avoid redundant fetching. To test I do the following ...
2
votes
2answers
667 views

Facebook Permission request form for Crawling?

I have been Googling for sometime but I guess I am using the wrong set of keywords. Does anyone know this URI that lets me request permission from Facebook to let me crawl their network? Last time I ...
1
vote
1answer
501 views

Facebook fanpage crawler

I would like to write a Facebook fanpage crawler which crawl following information 1) Fan page name 2) Fan count 3) Feeds. I know i can use open graph API to get this, but i want to write some script ...
15
votes
5answers
14k views

Facebook crawler?

I'm a graduate student whose research is complex network. I am working on a project that involves analyzing connections between Facebook users. Is it possible to write a crawler for Facebook based on ...