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 portion of a data block, cell, frame, or packet that precedes the text field or payload and provides information such as the source address and destination address. The header often includes synchronization bits that serve to synchronize the operations of the transmit and receive devices across ...
11
votes
1answer
185 views
What is the X-FB-DEBUG header returned from Facebook?
I'm wondering what the header mentioned above is. It's included in the response when I do JSONP calls to Facebook, or even when I simply access http://static.ak.fbcdn.net/
I haven't found any ...
0
votes
0answers
104 views
PHP - Retrieve Open Graph Meta tags *only* from webpage (not content)
I'm trying to retrieve the Meta Tags from an external site. Using PHP get_headers/get_all function does not include the Open Graph meta tags I am trying to specifically fetch.
I am trying to use as ...
0
votes
1answer
77 views
Log in works fine, but now no functions can be called
Here is my code that starts right below the opening body tag:
<div id="fb-root"></div>
<script>
alert("made it into the script");
window.fbAsyncInit = function() {
// init the FB JS ...
1
vote
0answers
98 views
Tricking Facebook auth into believing that my application is an iPhone
I'm developing an application which will allow users to sign in with their Facebook account. Currently, I'm using Eclipse SWT browser to display the login-browsing window, which works great. However, ...
0
votes
2answers
54 views
Facebook app not working properly
I am writing a Facebook app, I would like to show the app only for facebook users and would like to get the user details. I have used the following codes
$facebook = new Facebook(array(
'appId' ...
1
vote
1answer
607 views
Facebook Header doesn't work
Why this Facebook header's doesn't work?
<meta property="fb:admins" content="100001241265117">
<meta property="fb:app_id" content="346433102099273">
<meta property="og:url" ...
3
votes
3answers
2k views
nginx big header response
"upstream sent too big header while reading response header from upstream"
I keep getting this when I try and do an authentication from facebook. I've increased my buffers:
proxy_buffer_size 256k;
...
0
votes
1answer
513 views
Feed dialog direct URL not working in IE
This PHP header function is working in all browsers except IE. It is loading the Facebook feed dialog into a canvas page within Facebook (iframe).
In IE:
The header is loading in Facebook, but not ...
1
vote
2answers
126 views
facebook.php headers sent error when run as cronjob
I have a file which includes facebook.php and it runs without any error if i run the URL directly. But when i run it as cronjob i get the following error in email
<br />
...
0
votes
1answer
144 views
How do I get my site to show up on http://api.facebook.com/
Hope someone can help me out here.
I'm trying to extract the number of likes that the like buttons are getting on each of my webpages. Instead of giving me any information about the page though, I'm ...
0
votes
1answer
266 views
Trying to right justify “Like Us On Facebook Code” in Header
So I am trying to add the following "Like Us On Facebook" code in the header of my website and have it be right justified, while the Title & Description remain left justified. Here is the FB code:
...
0
votes
1answer
841 views
Having problems with FB Like Button and G+1 button code on same page
I can imagine the sighs - but have searched here and google and FB and can't find the answer.
Facebook requires the tag to show:
<html xmlns:fb="http://www.facebook.com/2008/fbml">
Google+ ...
0
votes
1answer
1k views
Add facebook open graph in header joomla manually
Is there a way to manually add differents open graph tags for every joomla article?
I tried some joomla plugins but they don't work in my website.
11
votes
1answer
4k views
Combing the meta description and Open Graph Protocol description into one tag
Is possible to combine the meta description and Open Graph Protocol description…
<meta name="description" content="My meta description copy." />
<meta property="og:description" content="My ...
1
vote
5answers
3k views
Gmail/Facebook without username/password - PHP Login Header Problem
I want to create my own personal login gateway into Gmail/Facebook/any other site. In this gateway I enter my master username and password, then I can choose where to login (gmail/facebook/etc) ...