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 tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

Facebook share displays a blank page

I use the Facebook share, but suddenly a blank page appears. I don't understand why suddenly this happens, because it worked before this situation. I already used the Facebook debug tool, but ...
0
votes
1answer
183 views

Facebook SDK PHP Blank Page

I started programming a new Facebook App for my Webpage. I own a valid HTTPS / SSL Cert for this App setted the configs. PHP and Apache is running. The Problem: When I try to run a simple Facebook ...
0
votes
1answer
146 views

When using phonegap and facebook js api i get a blank page

Hello im doing an app with phonegap and i use the facebook js api. The problem is every time i do a fb parse xml i get a blank page in the browser. So the facebook api opens a browser with ...
0
votes
1answer
490 views

Custom Facebook Pages not viewable (blank page) for some users

I've followed this tutorial to create a custom page on some facebook pages; now the problem is that some people can't see anything: they can see only a blank page inside facebook The pages are: ...
0
votes
1answer
325 views

Web page with FB application totally empty (blank) at Mac (Safari as well as FF), although it is OK at PC (including Safari)

Does anyone have some idea, why application https://www.facebook.com/balconi.cz/app_329635017093632 or https://apps.facebook.com/posli-dortik-balconi/ is not being viewed at Mac OS? It is totally ...
1
vote
0answers
167 views

Page tab shows blank content

I'm trying to add a tab to my fan page. I've done this hundreds of time and everything was ok but this time I get a blank tab. I added the Page Tab URL and the secure Page Tab URL in the app settings ...
0
votes
1answer
385 views

fb:request-form showing blank page

This is my code <fb:serverFbml style="width: 760px;"> <script type="text/fbml"> <fb:fbml> <fb:request-form action="http://apps.facebook.com/MyAPP/invite.php" target="_top" ...
0
votes
0answers
375 views

FB Apps auth_token connection error : blank page showing up

We have an Apps made on a few months ago, it was going all well till recently it is showing the a Blank white page and loading forever when i am trying to access it The URL is fluctuating every now ...
0
votes
1answer
319 views

inside facebook app when clicked on link refreshes page and shows blank page

I have a facebook app which has 4 pages. When i try to click on the link it just refreshes the page and shows a blank page. If i click on the link and open in a new tab it works fine opens the other ...
1
vote
3answers
2k views

Problem blank page with Facebook PHP SDK

I have a strong problem with the Facebook PHP SDK. Here it is. 1) On my personal server this works fine: $me = $facebook->getSignedRequest(); print_r($me); $user = $facebook->api('/me'); ...