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.

In computer networking, localhost (meaning this computer) is the standard hostname given to the address of the loopback network interface.

learn more… | top users | synonyms

0
votes
0answers
27 views

WAMP, localhost .dev virtualhst domain and FB login by php sdk

I've downloaded facebook php-sdk from github and tried examples from this project. My local testing server is WAMP with virtualhost .dev domain. Any directory placed in www will be accesable via ...
0
votes
1answer
41 views

Always need to clear cache

I have a facebook app I am testing on my localhost. It's quite annoying that I always need to clear the cache in order to reload after making changes. Any idea how can I solve this? I've heard from ...
0
votes
1answer
13 views

simple app worked locally but on host returns #368

i have made an app that posts on my fb wall. while i was developing it locally with XAMPP everything worked fine. Now i have uploaded my work on a host (000webhost if it matters) and i have bought a ...
0
votes
1answer
242 views

Facebook Canvas: redirect_uri is not owned by the application

I am trying to integrate facebook canvas on my web application that is currently running on localhost:8080 upon running the site it gave me this error. API Error Code: 191 API Error Description: The ...
0
votes
1answer
72 views

FB.login only works with my developers account

When I use the FB.login function from the JavaScript SDK and I am logged in on Facebook with my developer account the popup appear and everything is fine. If I'm logged out or logged in with another ...
0
votes
0answers
58 views

application taking too long to load in facebook iframe

I have created a small facebook application.It is deployed on localhost.I am using Glassfish Server 3 for development.When i run my app pages on localhost they load very fast. But when i try to use ...
0
votes
0answers
50 views

req.facebook.token undefined when running node.js server locally; works when code is pushed to remote server

As described in the Heroku article "Getting Started with Your Facebook App on Heroku : Working Locally" I set up my app to be able to work locally with a second facebook "- Dev" app. The ID and ...
1
vote
2answers
245 views

Facebook server-side OAuth 2.0 on localhost:8080 can't get access token missing redirect_uri

There are many other question related to this, but they didn't help me fix my problem. I'm using the Facebook server-side login for a website, which I want to test locally. The path that initiates ...
0
votes
1answer
441 views

Setting up Facebook Login on localhost

I've been following the steps outlined here to create a Facebook App Login: http://developers.facebook.com/docs/howtos/login/server-side-login/ And am on Step 3. I'm setting this up on localhost for ...
-1
votes
1answer
157 views

why www.prod.facebook.com opens as localhost? [closed]

I had seen this domain name in facebook's presentation. But when I try to open. it redirect me to my localhost (WAMP). Open This Link of facebook's subdomain. Why It's redirecting me to my ...
0
votes
0answers
158 views

edge.create event does not get fired when Facebook Like button is clicked on localhost

I am trying to get the event from the Facebook like button for a facebook page. The edge.create event does not get fired when I click the like button. Below is my code: <html ...
0
votes
0answers
437 views

Facebook 'Like' button in website project on local host

I have this web site project in development, a typical e-commerce buy-sell website. Visitors can browse items, then click on it to go to a page providing details of the item; this is done using a ...
1
vote
0answers
615 views

Given URL is not allowed by the Application configuration… only sometimes

I am using the facebook SDK for local rails development, and have changed my site URL and canvas URL set to localhost:3000/settings and localhost:3000/facebook/index respectively. After a user ...
3
votes
1answer
1k views

Testing a Facebook App using localhost

I tried to follow the instructions given in the link http://eugene17.com/2011/03/13/testing-your-facebook-app-in-your-localhost/ I want to be able to test my facebook app locally . It however does ...
2
votes
1answer
121 views

No route matches [POST] “/” error when pointing facebook canvas url to localhost:3000

I'm trying to learn how to create a facebook canvas app using ruby/rails and develop it locally. I create a new demo app and launch the server on my local machine at localhost:3000 then I create a ...
4
votes
0answers
106 views

Python/Heroku Facebook app infinite loop in my local environment

So I followed all the steps to create a Facebook/Heroku app, and it's working fine at http://lokalt.herokuapp.com/ I then set-up a local environment but it doesn't work that well, it basically ...
0
votes
3answers
77 views

Web application not finding file in what appears to be the correct path

I tried to reorganise my facebook application files into better folders and now when I try to load my application on facebook it throws the following error: Warning: ...
0
votes
1answer
151 views

ISP causing Facebook Access denied 403

I am using Facebook Auth on my local computer and it had been working fine until this morning. I can't figure out why I get an access denied when connecting. http://facebook.com/en_US/all.js Here is ...
2
votes
2answers
437 views

Facebook Debugger unable to test localhost

I am building a Facebook app using Django. So, for development, I connected the app to localhost. My app is loading on canvas and working fine but the Facebook debugger is unable to test it correctly ...
0
votes
3answers
601 views

Local Facebook Development Environment using WAMP - how to find localhost port number and work on application

Hi I'm a newbie to web programming and am trying to build an integrated FB application in PHP. I have already some some sample code stored on the heroku servers but for convenience I am trying to set ...
0
votes
1answer
458 views

Facebook Liike button not showing on localhost

The facebook like button is not showing up today on a website I am developing on localhost. Yet the exact same website shows the button shows the button when uploaded to my web server. Any ideas why ...
1
vote
2answers
231 views

canot establish connection to localhost through facebook application

i have created a new Facebook application and i used the following url as canvas url http://localhost/my_app/ my code works perfectly on localhost, but when i try to cal my application using the ...
0
votes
1answer
2k views

Unable to test facebook like button on localhost (unlike before)

I had developed one small webpage with facebook social plugins (like, recommend and send buttons). I could test the buttons and the click events successfully on localhost till around a month ago; but ...
0
votes
1answer
267 views

Login using facebook, error occurs after log in and allowing app for basic permissions

Error obtained is An error occurred, please try again later I created new facebook app and go the APP ID. I entered domain name as blogspot.in and redirect URL as my blog I then used the below code ...
1
vote
1answer
877 views

'An error occurred. Please try later' message on Facebook authentication dialog

I am a newbie who is trying to create a Facebook app using PHP and Facebook's PHP SDK. The app is hosted on Heroku, and the sample app that they provided is working fine. However, I am now trying to ...
0
votes
1answer
876 views

Using the Facebook OpenGraph API without web server

I am trying to understand the openGraph API by downloading the SocialCafe example (based on a similar tutorial here). I am able to follow most of the steps in theory, but am unable to understand a few ...
-1
votes
2answers
143 views

Facebook auth works fine on localhost but from my host it wont return user info

I am trying to use the Facebook plugin for cakephp written by webtechnick in a canvas app on facebook. It works fine when my app points to localhost, and I can see all the info about myself using the ...
0
votes
1answer
476 views

Facebook application login error on localhost

I want to create a Facebook App. I've done everything they specified. I have made setup to test application on my localhost as they have specified Here I'm getting the index page properly (see the ...
2
votes
1answer
919 views

Setting a local development environment for a facebook heroku app

I am trying to develop a facebook app on heroku. Working directly on the heroku platform with git pushing works fine but it's tedious and forces me to commit minor changes all the time. For this ...
0
votes
0answers
567 views

JS SDK on localhost

I can't seem to operate from my localhost. I'm trying to use the FB javascript SDK. My URL is http://localhost:8888. In my App settings I have already defined my site URL as "http://localhost:8888". ...
0
votes
1answer
706 views

Using Facebook Comments in localhost PHP

I am developing a PHP web application that uses Facebook API to login to my website. Now I am trying to use the Facebook comments plugin in my website. I am developing locally. I am using WAMP server. ...
0
votes
2answers
173 views

How does a Hardcoded number in php turns to another number in my database ? Strange

I got some mysterious bug .. Okay so I'm working in LocalHost with The latest version on MySQL. I'm working with CodeIgniter (2.0.2) I'm trying to implement a function like that in a model : ...
0
votes
1answer
383 views

How can i test facebook Authentication to my web site on localhost

im working on localhost server for the development , i like to implement the fb Authentication shown here but when i try the code in the examples ( with the login button ) i can't see the button . i ...
3
votes
3answers
2k views

how to test open graph on localhost

I've done a lot of research and haven't found a definitive answer to this. Is there anyway to test the open graph on localhost? I don't haven any issues using the graph api on locahost. I've changed ...
1
vote
2answers
342 views

Developing an app in local environment

I am creating an app on my work's server, which is using SVN. It's a real pain in the ass to commit & deploy every time I want to test something, instead of just being able to use my localhost ...
0
votes
1answer
2k views

Seamless like button (without confirmation dialog)

I wanted to test like button for a single element in my Facebook application, first in localhost. As the url has to be reachable to facebook, I used tunneling, which already works fine for credits ...
2
votes
1answer
1k views

how to overcome the must be derived from your Site URL when locally developing

Or how to develop locally and then upload to the server . how can i develop Facebook app that in the end will be on my server . but for now i need to develop it locally. for debugging and testing ...
4
votes
2answers
691 views

Facebook Api - Local development, Testserver, Liveserver … How?

I'm working on a new website that uses the Facebook API for users to login and several implementations of the graph Api. My workflow usually is: Development on localhost Development using ...
0
votes
1answer
689 views

Can't call FB.ui in dev (localhost) environment

I used to be able to, but for some reason all my Facebook Javascript API calls using FB.ui() no longer work in my development environment where my url is localhost:8080. In production it works fine ...
7
votes
2answers
5k views

How do I test the Facebook “Like” button on localhost?

It is possible to test "Like" button on localhost?
15
votes
5answers
3k views

What is the advantage of having a domain name (spotilocal) that resolves to 127.0.0.1?

Not sure if this is best suited to Programmers, Server Fault or Stack Overflow. It's not, however, a question about developing for Facebook. Facebook recently announced tighter integration with ...
0
votes
0answers
176 views

facebook localhost development problem - works occasionally

I am trying to integrate facebook login in my application and the development is on localhost... problem is I get the login button sometimes when I open the site. Most of the cases, I have to ...
2
votes
1answer
958 views

Unable to get started with Google App Engine in localhost (runwithfriends example)

Long story short, I'm unable to get the Runwithfriends example app from the Gettting Started Sample App (https://developers.facebook.com/docs/samples/canvas/). After I successfully got a hello world ...
0
votes
1answer
452 views

Javascript SDK Testing of FB.ui on localhost domain inconsistency issues

When I try to test on localhost sharing a link via FB.ui I get the following error: API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: ...
0
votes
3answers
179 views

Why is the new Facebook “is using [app name]” showing “http://localhost:3000” for my app name?

Facebook apps now show a right column with friends using apps and icons for the apps. For one of the apps I developed, it's saying "[name] is using http://localhost:3000", even though the app is not ...
0
votes
1answer
526 views

accessing FaceBook API on LocalHost ASP.Net

Is there anyway to get Facebook API to work properly completely on LocalHost. I saw other peoples answers to get two keys - one to www.mydomain/xd_reciever.html - and one to localhost . I do not ...
2
votes
1answer
358 views

Trouble linking to images on localhost in a post from a Facebook application

I use the following code to publish to a users wall in my Facebook app I have just started: FB.ui( { method: 'feed', name: 'Facebook Dialogs', link: ...
7
votes
5answers
6k views

How can I make Facebook's graph API work on my localhost?

the title might suggest it, but i'm looking for a way to have Facebooks graph API work on my localhost. It's a pain if I need to sync up the project to the server every time I want to test, because ...
51
votes
7answers
42k views

Running Facebook application on localhost

I am planning to connect to Facebook chat from my localhost. I will need to get the session key from Facebook. When I give the site URL as localhost:8080 or ip-address:8080, it does not work. I read ...
0
votes
1answer
549 views

Is it necessary to have a hosted website to use facebook api, to authenticate users using facebook

I want to use facebook graph api to authenticate users on my webapp which is on my localhost. But as I see it when I tried to get access key facebook is asking for website url. Is it that I should ...

1 2