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.

The process of extracting information from the HTML source code of live websites. Typically used by third-party applications to interact with a website that doesn't expose an API.

learn more… | top users | synonyms (1)

0
votes
0answers
57 views

How to get the access token automatically in facebook

I'm trying to make some sort of dashboard of my facebook in R. Some basic stuff. I would like to automate the script so that it can periodically update itself. I use knitr and task manager to produce ...
1
vote
2answers
180 views

Facebook scraper doesn't load dynamic meta-tags

I am creating the HTML meta-tags dynamically using the function below (GWT). It takes 1 second to have this on the DOM. It is working fine except for Facebook. When I share a link from my web, the ...
-2
votes
1answer
56 views

How can I pull images from a Facebook fan page? [closed]

Graph API? FQL? Should I need the fanpage permission to do this? Do I need to create an app to then have the fanpage like my app and consequently pull all the image data and save it in my computer? ...
0
votes
0answers
36 views

How facebook gets extracts info out of links when pasted in status update field

As many of you must have seen that when you paste a link in facebook status update field it extract info such as title description out of it. I thought they do it by reding meta tag information from ...
0
votes
1answer
227 views

Why does the Facebook Send button pop-up window close?

We are looking at allowing users to share a link via a few different social media networks. The Tweet, Pin it and LinkedIn share button are each working, but the issue we are encountering revolves ...
0
votes
1answer
2k views

Can OrderedFriendsListInitialData Be Accesed Via API

Hi I'm a web developer and a client has asked me if I can build an app that displays the information contained inside the OrderedFriendsListInitialData. This information is found when you view the ...
1
vote
3answers
136 views

R scrape a blog for Title, number of comments and 'likes'

I'm trying to use R to grab some information from a few blogs. The data I'd like to grab is: 1) Date posted 2) Blog Post Title 3) Number of Comments 4) Number of Facebook likes. This blog here has ...
0
votes
1answer
187 views

facebook data to spreadsheet

some of the questions i have read Scraping a Facebook App for Data Access to facebook data I want to create a spreadsheet that will contain all the diff items that i have in a facebook game, i.e. ...
0
votes
0answers
92 views

Grabbing public images from Facebook and Twitter

I'm working on a project that is looking to grab images from a Twitter hashtag, from a Facebook page and from users that e-mail us. I've looked through the Twitter v1.1 API and noticed Twitter has ...
0
votes
1answer
70 views

Facebook error warning MY.URL.COM is unreachable

I have an interesting issue going on here. I'm trying to use facebook comments plugin on my website, and include the necessary meta tags required by Facebook (as far as I know) to work right. What's ...
7
votes
4answers
420 views

How to tell if Facebook app is on a page?

The approach I've been using initially was: http_head('http://www.facebook.com/pages/Test/' . $input['fb_page_id'] . '?sk=app_' . $input['fb_id']), 'HTTP/1.1 301 Moved Permanently') The problem ...
0
votes
0answers
50 views

Including filter= in feed

The main page I am extracting data from is: ...
0
votes
1answer
732 views

How does Facebook scrape my website and how can I manually change this information?

I am using the iFrame version of the Facebook like button and was wondering how Facebook scrapes my website. They pulled information in the middle of the page, which was the first paragraph tag, ...
0
votes
1answer
790 views

lxml error “IOError: Error reading file” when parsing facebook mobile in a python scraper script

I use a modified script from Logging into facebook with python post : #!/usr/bin/python2 -u # -*- coding: utf8 -*- facebook_email = "YOUR_MAIL@DOMAIN.TLD" facebook_passwd = "YOUR_PASSWORD" import ...
-2
votes
2answers
226 views

Is it possible to scrape all viewable images + the tagged location of one of your friends on facebook?

I want to select a user (whose images are public and viewable to me, aka a current friend on facebook) and download all viewable pictures of that person, along with the location of the tag of them in ...
-2
votes
1answer
534 views

Is it possible to scrape all profile picture + name pairs from facebook? [closed]

As the title states, I am interested in scraping all profile pictures and names from facebook. These are the two items that are always publicly available, even if the rest of the profile is private ...
0
votes
1answer
70 views

Likeable Facebook Pages

I am interested in getting pages from facebook that are likeable (non users). Such as the pages from the following url: http://www.facebook.com/pages/browser.php. Is there a way to query all pages ...
0
votes
1answer
173 views

How to implement a Facebook-like previewer

I was looking at how Facebook makes external websites previews given on a URL shared by the user. The result is not just a thumbnail but actual text, an embedded video or an image depending on the ...
0
votes
1answer
613 views

Facebook can't read my site

I have a wordpress blog on brightphoto.se and everytime I updated with a new blogpost a post a link to it on my brightphoto-page on Facebook. A few days ago the preview that facebook normally do when ...
0
votes
1answer
162 views

How to get the posts counts and comments counts from a Facebook page without Authentication

I want to get the number of comments and posts on a facebook fan page by a cron job. Are there any possible ways to do this other than scraping the content?
1
vote
2answers
194 views

facebook graph api error You are using an incompatible web browser

i'm trying to display my facebook group wall on my external web page and it gives me the error message.. You are using an incompatible web browser. Sorry, we're not cool enough to support your ...
0
votes
1answer
438 views

getting text from facebook wall

i'm looking for an elegant way to get the whole text on facebook wall - including the text diplayed when clicking "Older Posts" recursively - without adds and irrelavant data, including friend's ...
0
votes
3answers
812 views

Data Scraping Problem

I am scraping data from facebook page for the wall posts, here is the url: http://www.facebook.com/GMHTheBook?v=wall&ref=ts#!/GMHTheBook?v=wall&ref=ts I sucessfully scraped all the visible ...
1
vote
1answer
482 views

Facebook fan page photo's scraping

We want to add a facebook fan page photo competition to our fan page. The meaning is that ppl can upload photo's and others can like them. The person with the most likes on his photo wins a price. ...