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.
Software used to convert unstructured HTML data to structured data.
0
votes
1answer
168 views
Unable to scrape website: URL returned a bad HTTP response code
I noticed that this has been asked before, but no one else has yet to receive an answer, so I'll try my best to ask too.
In the last several months, my Wordpress website, http://geekvision.tv/ , has ...
0
votes
0answers
32 views
ASP MVC ViewData empty for the Scraper
iam trying to implement the "like Button" for two Days now.
My Problem is that the scraper is not pulling the right data.
Also the Url Linter Tool is showing an empty page.
At my server debuglog i ...
1
vote
3answers
131 views
Facebook OG gets redirected to the index page by BackboneJS website
I have a website that is created using BackboneJS and I am trying to implement Facebook OG so that when user pastes my site's URL from the Facebook status, it will display the title, images and etc.
...
1
vote
2answers
181 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 ...
0
votes
1answer
101 views
How to let the Facebook scraper into dynamic, authenticated pages
I have a social network that requires authentication and email verification before a user can enter. Once inside, users can only see content from their friends. Its actually really simple, even if it ...
0
votes
1answer
80 views
facebook scraper stops reading my meta data [duplicate]
Possible Duplicate:
Facebook won’t share a link to my site
I have 2 websites that fail to show an image when pasted into facebook. So I went to the facebook object debugger and compare what ...
1
vote
0answers
24 views
“An internal error occurred while linting the URL” - is it due to cyrillic domain? [duplicate]
Possible Duplicate:
Error sharing url in cyrillic
Facebook debugger sais: "An internal error occurred while linting the URL" for our url http://конкурсконцепций.рф (it is in cyryllic ...
1
vote
1answer
165 views
How can I have my website automatically submit urls for processing to facebooks opengraph platform?
I run a news website with hundreds of thousands of views a year. Whenever new content is posted (every Sunday night) the authors like to post links on facebook to the new content. However, facebook ...
1
vote
1answer
309 views
Extract opengraph, twitter, and fb meta data from html [closed]
What: I am trying to extract certain meta fields from an HTML page. I tried using the PyOpenGraph and OpenGraph libraries but they only help me get the facebook meta data.
I need to extract all the ...
0
votes
1answer
120 views
Facebook changes my URL variable values when scrapping it?
OK, here is a weird one...
Try putting this URL (http://dev.bride.ca/wedding-dresses/index.cfm?page=1&shopRegions=162&GownTypeID=1&maxGownPrice=1000&GownLabelID=12) through the ...
1
vote
0answers
221 views
OpenGraph scraper not accepting locale
I got a problem with the internationalization of Open Oraph objects.
When I ask the scraper to scrape my opengraph objects in a specific locale, the object is first scraped in the default locale, ...
2
votes
2answers
136 views
Scraper fails on files over ~390KB
Does the Facebook's URL scarper have a size limitation on it? We have several books available on a website. Those that have an HMTL filesize under a certain size (~390KB) get scraped and read properly ...
0
votes
1answer
774 views
Facebook Open Graph Scraping URL
I'm trying to develop 'want' and 'own' buttons.
If I use the Facebook debug tool it tells me the final URL is the home page and this has happened because the page has been redirected, which I don't ...
0
votes
1answer
140 views
0
votes
3answers
1k views
Facebook Share button - Scraper doesn't fetch meta tags
I've been working on this page
http://www.btselem.org/hebrew/131606
I decided to add the Facebook Share button, but for some reason whenever I try sharing, the Facebook scraper doesn't manage to get ...
0
votes
1answer
143 views
Facebook Scrapper cannot retrieve image
In my page, I have this:
<meta property="og:image" content="<?php echo $picURL; ?>"/>
Which when executed is rendered like this:
<meta property="og:image" ...
0
votes
1answer
352 views
E107 redirect facebook scraping error
Here's my .htaccess file:
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} !^/?(usersettings\.php|page\.php|news\.php|signup\.php|admin/|plugins/forum/|plugins/.*/.*config\.php)
...
0
votes
1answer
230 views
Facebook scraper error reading contents
Facebook scraper throws some weird stuff when reading the contents of my page...
Page URL:
http://www.protagora.hr/Stranica/O-nama/9/
Scrape debug output:
...
0
votes
1answer
378 views
Facebook - linter gets bad bad scraper code
I have a problem with customization of data for the like button for Facebook. I want a custom image and a custom description. So I put some Facebook metatag in the header (under <head>). For ...
-2
votes
1answer
45 views
output/rendered text can not be seen in source code
As all Facebook social plugins have this feature;
Your Facebook name can be seen on the web page but when you look up in the source code you can not see Facebook name.
So I need to know why and ...
0
votes
0answers
1k views
Facebook url scraper scrapes nothing [closed]
I am facing a problem with facebook scraper from facebook debugger.
It retrieves only the DOCTYPE and absolutely nothing else. Even I after I remove the Doctype tag it stll retrieves it!!!!
I have ...
2
votes
0answers
118 views
OGP endpoints that point to Facebook entities being incorrectly parsed by FB crawler?
Our app renders Like buttons that point back to an actual Facebook page. However, instead of pointing the Like button's href directly to the FB url, we proxy it through our servers through an ...
0
votes
1answer
333 views
facebook scraper doesn't like some of my pages
i have a web shop build on prestashop.
an i am trying to integrate the Like button. and i observed that on some pages it scrapes out a thumbnail on some other pages it does not.
i found out the page ...
1
vote
1answer
2k views
Facebook scraper
Does facebook penalize dead links ?
Specifically, we have a website where shopping deals are valid only for a limited time. Users have the ability to share those deals on facebook via like button. ...
5
votes
5answers
1k views
Facebook meta tags scraped with locale not working
My website is multi-language and I have a FB like button. I'd like to have the like posts in different languages.
According to Facebook documentation, if I use the meta tag og:locale and ...
1
vote
1answer
253 views
Facebook stream API error works in Browser but not Server-side
If I enter this URL in a browser it returns to me the valid XML data that I am interested in scraping.
...
1
vote
3answers
2k views
Facebook like on demand meta content scraper
you guys ever saw that FB scrapes the link you post on facebook (status, message etc.) live right after you paste it in the link field and displays various metadata, a thumb of the image, various ...