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 Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.

learn more… | top users | synonyms (1)

-1
votes
0answers
7 views

Facebook login causes 500 server error with joomla site [closed]

I have a Joomla site with Facebook login module (ARRA Facebook Login) . The login process works perfectly when I login. But when I try to access the site later I receive 500 server error until I clear ...
0
votes
0answers
7 views

How can enable https with fb_ca_chain_bundle.crt for a facebook app in Apache 2 server?

How can enable https with fb_ca_chain_bundle.crt for a facebook app in Apache 2 server ? Basically I have this file, how can I set up my apache 2 to use this cert?
0
votes
1answer
29 views

facebook like args on URL - why forbidden?

Running Apache with a html file for the index - it works fine when I tap into the browser: http://mywebsite.com but if someone clicks through from my facebook activity feed, the link is similar: ...
0
votes
1answer
348 views

failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request

It seems out of no where my server is acting up. and I'm getting this error. failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request This is my code that I've had implemented for ...
0
votes
0answers
40 views

TimThumb and Facebook API

I would like to use timthumb as thumbnail for Facebook Share API. I have extension .jpg for timthumbs, which should make them CDN friendly, but Facebook doesn't accept them. Example: ...
0
votes
0answers
92 views

grails spring security facebook redirect uri

Do we need any special configuration when running tomcat behind apache? I have my grails app running on tomcat 8080 behind apache on port 80. When I do facebook login it fails with the following ...
0
votes
1answer
534 views

php can't load CURL in Windows 7 64-bit

So I've tried every solution I can find online and nothing seems to be working. I'm trying to get my first Facebook app off the ground. I'm running Apache 2.4. I installed PHP 5.4.11 manually to ...
0
votes
0answers
129 views

User Online/Offline status Architectures in chat applications

In chat systems like Facebook, you can see who are online and who are offline. What are the architectures used in such applications ? I've heard that you can periodically send notifications to the ...
4
votes
3answers
84 views

Speed while searching through a massive Database [closed]

I'm a database newby. I am wondered about some things in Databases. For example, I saw the structure of how Facebook stores a friend relationship (see : ...
0
votes
1answer
137 views

Allow Facebook to access my site so that it can read OpenGraph meta tags

I am developing a new website for our company, so I have put the site on to the internet, but restricted access through .htaccess to certain IP addresses. However, part of the new site is a 'Share on ...
0
votes
2answers
100 views

How does Facebook do it? Directories or 404 custom error? [closed]

I have asked a similar question before but got no answer. Whenever we request an address like http://facebook.com/Username, the timeline of username is shown. I think that they have configured their ...
4
votes
1answer
95 views

Getting the number of facebook likes from a certain page with Nutch 2.1

I want to ask if there is any way I can get number of times the URL was posted on public facebook pages / number of times the posted URL and comments were liked on Facebook using Nutch 2.1 crawler?
-3
votes
1answer
127 views

update mysql table without loading php page [closed]

i don't know if this is possible but i need it. I am trying to update comments table with facebook comments based on permalinks but the php file is not being loaded. I mean the job would be done in ...
1
vote
2answers
228 views

cURL throws an exception at Facebook API SDK

I'm trying to post an image as the user from my Facebook application. Currently, this feaute is still under development, and when I'm trying to test it using WAMP server on Localhost, one of the cURL ...
0
votes
1answer
33 views

Facebook Apps not working [closed]

My facebook applications started to fail for apparently no reason. I keep getting this error when trying to load the application: Error 324 net::ERR_EMPTY_RESPONSE. I have valid ssl certificate, the ...
0
votes
0answers
114 views

Facebook page tab “Internal server error 500”

I get "500 Internal server error" message, when opening facebook page tab. If I open the page at the original location, not in the facebook page tab, everything works fine. Also it works fine in ...
0
votes
2answers
404 views

include_path error when trying to access app in localhost

I realize that a question thread already exists, but it has been closed since and the OP hadn't responded to the answer. The question thread can be found here: include_path='.;C:\php5\pear' ...
0
votes
1answer
333 views

Server listening to localhost:8080 can Apache still listen to port 80?

I have a C++ server in linux using Mongoose listening on port 8080 for http requests. I'm using port 8080 because I have an Apache server already using port 80. The reason I have my C++ server ...
0
votes
3answers
724 views

ejabberd - BOSH module not started

I'm trying to create a custom Facebook chat, I'm using: ejabberd strophe apache The apache is on one pc and the ejabberd is on a different machine, I proxy my request using <Proxy *> ...
0
votes
2answers
140 views

php web crawler breaks, running out of time limit?

I am writing a PHP Web Application to do statistics on multiple(actually a long list of) Facebook pages. I set up the crawler to fetch data for all of the pages from Facebook every day so the data is ...
1
vote
2answers
303 views

apache security

I need to use a facebook application but my web page return response 206 instead 200, so that the facebook application return http code 500. I tested with ...
0
votes
2answers
445 views

apache http client

Ok... in my quest for surfing the web programmatically in android. I am finally convinced that apache http api is the way to go. I need some help using it though. I have managed to login using ...
0
votes
0answers
452 views

Facebook oAuth Connect results in 502 Bad Gateway when redirecting back to my application

I'm working on a mobile web app which requires Facebook connect for authentication. On desktop web everything is working fine, but, when I do exactly the same thing on my iPhone the page results in a ...
0
votes
1answer
310 views

CodeIgniter + FB PHP SDK + mod rewrite to remove index.php = disaster

I added the following to my CodeIgniter project to my .htaccess in order to remove the index.php: #Removes access to the system folder by users. #Additionally this will allow you to create a ...
1
vote
1answer
189 views

SSL app on page works fine (https). How to make this available for non-ssl visitors?

No problems with making our webserver secure. App on Facebook runs fine IF 'secure browsing' opted in (user-setting). How can we make our App visible for visitors who has not opted in on 'secure ...
2
votes
1answer
838 views

500 error developing Heroku PHP Facebook app locally

I'm trying to develop a Facebook app on Heroku with PHP. I set up the default Heroku Facebook app and it works fine on the production server. I set up another app on Facebook to be the local test app ...
0
votes
2answers
557 views

How to make Facebook app Live from http://localhost/index.php

I have written a app in PHP on my localhost server using XAMP, which is meant to be a Facebook app. The app [which i wrote] consists of two php pages. But the problem is I am not being able to make ...
0
votes
1answer
1k views

htaccess redirect all to https to http except for one folder

I don't know why I can't find this or do this but basically all I want to do is redirect any page on my server to https:// unless it is in the folder /fbthumbnails/ because facebook doesn't allow ...
7
votes
4answers
15k views

Facebook needs the CURL PHP extension

I'm trying to run my first facebook php application on my apache server. It gives error Facebook needs the CURL PHP extension.. I have added line extension=php_curl.dll in php.ini and it runs normally ...
1
vote
1answer
627 views

Allowing Facebook IP range (Linter/Social plugins)

The company I work for has recently installed a Apache staging server which uses Apache's mod_access module to prevent unwanted access to our staging environment. One of the downsides of this is ...
0
votes
2answers
319 views

How is made link like this www.facebook.com/Lukavyi?

How to make link like www.facebook.com/Lukavyi ? Must every user have separate php file to have such link? I know, that you can somehow change url with apache, but is link being changed back, when ...
0
votes
4answers
360 views

How is it possible that I see Facebook URLs in my server logs?

I have been seeing URLs in my apache server logs that are clearly meant for another site. The most common one that I see is Facebook, but I've also seen Tumblr and YouTube. I am trying to figure out ...
1
vote
0answers
227 views

Apache as proxy not working for all sites

can somebody tell me whi ProxyPass /melonfire/ http://www.melonfire.com/ can work by accessing http://localhost/melonfire/ but ProxyPass /facebook/ http://www.facebook.com/ is redirectig the ...
2
votes
1answer
1k views

Allowing FB sharing on a password protected site

I have a site in development that is password protected using the the apache htpasswd. How can I exclude request coming from FB share such that it is not password protected? Meaning, I still ...
3
votes
1answer
351 views

how to implement a facebook-like api?

i am going to be coding an api, and after playing around with the facebook api, i really like how they do things, especially with the url scheme they use. for instance, with facebook you can do ...
5
votes
1answer
646 views

How should I resolve this conflict between facebook iframes and browser security?

I have a facebook application that I built as an FBML app. Recently I noticed that FBML is depricated and that Facebook now recommends only iframe apps. Something I initially avoided because my ...
3
votes
1answer
797 views

PHP locally hosted, connecting to external resources through a proxy server

I'm trying to do some locally hosted facebook development but I'm on a university network, and therefore all outgoing connections from my computer need to pass through our proxy server. The main ...
10
votes
1answer
880 views

How to use Shiro for authenticating cookie based or facebook user?

In my web application, I do not have user registrations/login. What I have is the user account is automatically created when the user visits the site first time based on the cookie. How can I use ...
2
votes
1answer
1k views

Turn off Global XSS Filtering for spec. controller?

I'm developing project integrated with FB and I have problem with Deautharization (when user remove App from his Authorized Apps) Old Question: CodeIgniter => Facebook App Deauthorization Edit2: I ...
2
votes
1answer
5k views

Facebook.php causes error in apache log, how to fix?

I have a Facebook application running on Amazon servers (windows data center + apache) and this shows up in the apache error log a lot: "Invalid or no certificate authority found, using bundled ...
1
vote
2answers
1k views

remove query string key=value at webserver level (apache/nginx)

I would like to remove fb_xd_fragment from the query string and pass the rest of the request off to the application level. This is for an improved cache hit rate so doing this modification at the ...
0
votes
2answers
246 views

Beginner Facebook Application Questions

I'm just getting into Facebook application development. I've got some questions about how the applications are developed. First, there's the Facebook PHP SDK. You can install this to a web server ...
0
votes
3answers
451 views

How to make html request without full page reload and without ajax

I saw that facebook is doing that. if you look in the chrome inspector they keep on adding "html documents elements" when you navigate on diferent pages. I also noticed that google dose this also. ...
0
votes
3answers
4k views

apache HttpClient to access facebook

Any examples, tips, guidance for the following scenario? I have used Apache HttpClient to simulate the functionality of browser to access facebook through java application. to do that first i have to ...