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.

Bots, also known as web-robots, are software applications that run automated tasks over the Internet. Typically, they perform tasks that are both simple and structurally repetitive, at a much higher rate than would be possible for a human alone. Notable examples are spiders, crawlers, scrapers, ...

learn more… | top users | synonyms (1)

2
votes
0answers
44 views

Find out whether Facebook Tab App was invoked by a bot or by a user

Facebook Canvas or Tab App is meant for Facebook users to invoke manually. I see a lot of calls to the app in quick bursts in a short period of time (about 20 to 40 in less than 2 or 3 seconds) ...
-2
votes
1answer
41 views

Automatic corporation/business page generation in FB [closed]

Our corporation keeps large searchable business directories which include information about companies like address, logos etc. So we are wondering if we could automatically create facebook pages for ...
3
votes
3answers
1k views

Facebook Crawler Bot Crashing Site

Did Facebook just implement some web crawler? My website has been crashing a couple times over the past few days, severely overloaded by IPs that I've traced back to Facebook. I have tried googling ...
1
vote
2answers
491 views

How to identify a Facebook bot?

is there a way to reliably identify a facebook bot by IP? My site is getting hammered by bots claiming to be facebook, but how do I know for sure? I'm looking for some kind of official procedure to ...
0
votes
1answer
172 views

Facebook Scrapes Beso.com so hard as to heavily impact site performance; how do we get FB to throttle its crawl?

Our site, Beso.com, which has 3MM UV a month, has started being hit by Facebook's crawler/scraper multiple times a day, to the point where it is causing a severe performance degradation on our site. ...
1
vote
1answer
387 views

How to stop 403 and 404 http errors from facebook bots and/or refresh share cache

I'm getting lots of 403 and 404 errors from the facebook bots after changing the directory structure on my server a few weeks ago. Of course, such errors should be expected in this situation until ...
1
vote
1answer
810 views

Facebook isn't crawling my site [closed]

When I publish link of my site to facebook, it's now showing thumbnails and it's showing my old site's titles. I just added opengraph code to my site, but that don't help. When I check my site in ...
1
vote
3answers
459 views

What's up with Facebook policies vs. graph.facebook.com/robots.txt?

Facebook's developer principles and policies and the general terms of use seem to forbid automated data collection, but graph.facebook.com/robots.txt seems to allow it: User-agent: * Disallow: Does ...
1
vote
1answer
2k views

How to use Ruby Mechanize to automatically like Facebook posts

I'm trying create a bot which automatically "likes" Facebook posts. Using Mechanize I can log into facebook, but unforunately the links to the like button are not understood by Mechanize - they seem ...