0

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. The url is localhost/www/fbcomments

I can successfully login by using localhost. But for comments, Facebook says the URL is unreachable. Any possible ways to implement Facebook comments plugin locally? Thanks

Teun Zengerink
  • 4,277
  • 5
  • 30
  • 32
Abdul Rahman
  • 1,833
  • 1
  • 21
  • 21

1 Answers1

1

You need to provide facebook with your Internet IP Address and set up some information on your router to pass port 80 requests to your pc.

Daniel
  • 157
  • 2
  • 12